﻿/* ===========================
Index Of css

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. Services CSS
06. Intro Video CSS
07. About CSS
08. Testimonial CSS
09. Blog CSS
10. Clients CSS
11. Team CSS
12. Account Login CSS
13. Contact CSS
14. Pricing Table CSS
15. Portfolio CSS
16. Faq CSS
17. Call Action CSS
18. Error CSS
19. Mail Success CSS
20. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap");
html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #101010cf;
    overflow-x: hidden;
    font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  /*line-height: 24px;*/
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #CC5500;
    border-color: #CC5500;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: #5c1c06;
    font-family: 'Poppins', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */
.breadcrumbs {
    position: relative;
    padding-top: 160px;
    padding-bottom: 120px;
    z-index: 2;
    text-align: left;
    background-color: #081828;
    background-image: url("/Content/Home/assets/images/about/temple_bannerold.jpg");
    background-size: cover;
    background-position: top center !important; 
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}



.breadcrumbs::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #081828;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}

.breadcrumbs .breadcrumb-nav {
  text-align: right;
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea62";
  font-family: lineIcons;
  font-size: 11px;
  position: absolute;
  top: 3px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #e4e4e4;
}

.section {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  /*margin-bottom: 60px;*/
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

    .section-title h3 {
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        /*margin-bottom: 5px;*/
        color: #CC5500;
        text-transform: capitalize;
    }

    .section-title h2 {
        font-size: 24px;
       /* margin-bottom: 10px;*/
        line-height: 40px;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
    }


    .section-title p {
        font-size: 15px;
        line-height: 28px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .section-title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .section-title p {
    font-size: 14px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

    .section-title.align-right h2:after {
        position: absolute;
        right: 0;
        bottom: -1px;
        height: 2px;
        width: 50px;
        background: #CC5500;
        content: "";
    }

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #CC5500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

    .scroll-top:hover {
        -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        background-color: #CC5500;
    }

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

    .overlay::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        /*background: #c9580745;*/
      /*  background: #10101085;*/
        content: "";
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: -1;
    }

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 60px 0 0 0;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

    .pagination .pagination-list li.active a,
    .pagination .pagination-list li:hover a {
        background: #CC5500;
        color: #fff;
        border-color: transparent;
    }

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 30px;
    background-color: #CC5500;
    color: #fff;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
}

.button {
  margin-left: 0 !important;
}

.button .btn-alt {
  background-color: #081828 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
    background-color: #CC5500 !important;
    color: #fff !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

    .preloader-icon span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #CC5500;
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #000 !important;
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #CC5500 !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
    .header .navbar-nav .nav-item:hover a {
        color: #CC5500;
    }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
    .header .navbar-nav .nav-item a:hover {
        color: #CC5500;
    }
}

@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #000 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 62px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #CC5500 !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
    .header .navbar-nav .nav-item:hover a {
        color: #CC5500;
    }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #CC5500 !important;
    }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
    .header .navbar-nav .nav-item a:hover {
        color: #CC5500;
    }
}

.header .navbar-brand img {
    height: 50px;
    width: 233px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .navbar-brand img {
        width: 155px;
        height: 37px;
    }
}

@media (max-width: 767px) {
    .header .navbar-brand img {
        width: 155px;
        height: 37px;
    }
}

.header.sticky .button .btn {
    background-color: #CC5500;
    color: #fff;
}

.header.sticky .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: #CC5500 !important;
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: #CC5500;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
 /* padding: 0px;*/
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 2px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

    .navbar-nav .nav-item:hover a {
        color: #CC5500;
    }

.sticky .navbar-nav .nav-item:hover a {
    color: #CC5500;
}

.navbar-nav .nav-item a {
  font-size: 17px;
  color: #000;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
          box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

    .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #CC5500;
    }

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

    .navbar-nav .nav-item .sub-menu > li.active > a {
        color: #CC5500 !important;
    }

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.header .button {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
}

.header .button .btn {
  background-color: #fff;
  color: #081828;
  font-weight: 500;
}

    .header .button .btn:hover {
        color: #fff;
        background-color: #CC5500;
    }

.sticky .button .btn {
    background-color: #CC5500;
    color: #fff;
}

.sticky .button .btn:hover {
  background-color: #CC5500;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header .button .signin {
    color: #081828;
  }
    .header .button .signin:hover {
        color: #CC5500;
    }
    .header .button .signup {
        background-color: #CC5500;
        color: #fff;
    }
        .header .button .signup:hover {
            background-color: #CC5500;
            color: #fff;
        }
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  /*background-image: url("../images/hero/bg-shapes.svg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #081828;*/
  z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        background-image: none;
        /*background-color: #081828;*/
    }

}

@media (max-width: 767px) {
    .hero-area {
        background-image: none;
       /* background-color: #081828;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 96px 0 0px 0;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 240px 0 140px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

.hero-area .hero-content h4 {
    color: #CC5500;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.hero-area .hero-content h1 {
  font-weight: 700;
  font-size: 39px;
  line-height: 40px;
  color: #fff;
  text-transform: capitalize;
}



.hero-area .hero-content .button {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 30px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 100%;
  }
}

.hero-area .hero-content .button .btn:hover {
  color: #081828;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

.hero-area .hero-image {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .hero-image {
    display: none;
  }
}

.hero-area .hero-image .main-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 53%;
}

/*======================================
	Services CSS
========================================*/
.services {
  position: relative;
  z-index: 0;
  background-color: #F4F7FA;
}

.services .section-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .services .upper-content {
    padding-right: 100px;
  }
}

.services .upper-content .lasthead {
    font-size: 16px;
    font-weight: 600;
    color: #CC5500;
    margin-bottom: 15px;
}

.services .upper-content .title {
  font-size: 28px;
  font-weight: 600;
  font-size: 40px;
  font-weight: 700;
  padding: 21px 0 16px;
}

.services .upper-content p {
  margin-top: 20px;
}

.services .upper-content .button {
  margin-top: 40px;
}

.services .single-service {
 /* min-height: 300px;*/
  margin-top: 30px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
          box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
  padding: 20px 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

    .services .single-service:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        border-top-color: #CC5500;
        border-bottom-color: #CC5500;
    }

    .services .single-service .main-icon {
        height: 65px;
        width: 65px;
        line-height: 65px;
        text-align: center;
        background-color: #CC5500;
        color: #fff;
        border-radius: 10px;
        font-size: 27px;
        text-align: center;
        display: inline-block;
    }

.services .single-service .text-title {
  color: #081828;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 7px;
}

.services .single-service p {
  line-height: 26px;
  font-size: 15px;
}

/*======================================
    Intro Video CSS
========================================*/
.intro-video-area {
  background-color: #081828;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  padding-top: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-video-area {
    padding-top: 60px;
  }
}

.intro-video-area .section-title {
    /*  margin-bottom: 150px;*/
    padding: 0 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .section-title {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .section-title {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .intro-video-area .section-title h2 {
    font-size: 20px;
  }
}

.intro-video-area .section-title span {
    display: block;
    margin-bottom: 20px;
    color: #CC5500;
}

@media (max-width: 767px) {
  .intro-video-area .section-title span {
    margin-bottom: 10px;
  }
}

.intro-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.intro-video-area .inner-content-head {
  padding: 30px;
  border: 1px solid #eeeeee40;
  border-radius: 30px;
  background: #ffffff24;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content-head {
    padding: 0;
    border: none;
  }
}

.intro-video-area .inner-content {
  background-color: #fff;
  padding: 60px 0;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .inner-content {
    padding: 30px 0;
  }
}

.intro-video-area .inner-content .shape1 {
  height: 120px;
  width: 120px;
  position: absolute;
  right: -60px;
  bottom: 58px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape1 {
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 20px;
  }
}

.intro-video-area .inner-content .shape2 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: 30px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape2 {
    width: 80px;
    height: 80px;
  }
}

.intro-video-area .intro-video-play {
  position: relative;
  z-index: 9;
}

    .intro-video-area .intro-video-play .play-thumb a {
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 83px;
        background: #CC5500;
        border-radius: 50%;
        padding-left: 5px;
        font-size: 22px;
        color: #fff;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.intro-video-area .intro-video-play .play-thumb a:hover {
  background-color: #081828;
  color: #fff;
}

.intro-video-area .intro-video-play .play-thumb a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #CC5500;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.intro-video-area .intro-video-play .play-thumb a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*======================================
    Process Area CSS
========================================*/
.about img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .about .content {
    /*padding-left: 50px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .about .content {
    margin-top: 10px;
  }
}

.about .content h4 {
    color: #CC5500;
    font-size: 22px;
    font-weight: 600;
    /* margin-bottom: 5px;*/
}

.about .content h2 {
    font-size: 35px;
    color: #7a1f00;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 0 12px rgba(255, 190, 90, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .about .content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
}

.about .content p {
  font-size: 18px;
  margin-top: 11px;
}

.about .content .list .single-list {
  position: relative;
  padding-left: 19px;
  margin-top: 7px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content .list .single-list {
    width: 49%;
  }
}

.about .content .list .single-list .list-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #CC5500;
    font-size: 11px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #CC5500;
    color: #fff;
}

.about .content .list .single-list:hover .list-icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.about .content .list .single-list h4 {
  color: #081828;
  font-size: 15px;
  margin-bottom: 10px;
}

.about .content .list .single-list p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #F4F7FA;
  position: relative;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 100px;
  }
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 50px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #081828;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

    .testimonials .tns-nav button:hover {
        background-color: #CC5500;
    }

    .testimonials .tns-nav button.tns-nav-active {
        width: 25px;
        background-color: #CC5500;
    }

.testimonials .single-testimonial {
  background-color: #fff;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
}

    .testimonials .single-testimonial::before {
        position: absolute;
        content: "";
        right: -30px;
        top: -30px;
        height: 60px;
        width: 60px;
        background-color: #CC5500;
        border-radius: 50%;
    }

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  /*margin-top: 40px;*/
  padding-bottom:5px !important;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials .single-testimonial .author h4 {
  font-size: 15px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #727272;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}

.testimonials .single-testimonial .quote-icon i {
    font-size: 45px;
    color: #CC5500;
    position: absolute;
    opacity: 0.1;
    right: 40px;
    bottom: 50px;
}

/*======================================
    Blog CSS
========================================*/
.blog-section {
  background-color: #fff;
}

.blog-section .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}

/* Single Blog Grid*/
.single-blog-grid {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
  overflow: hidden;
}

.single-blog-grid .blog-img {
  overflow: hidden;
}

.single-blog-grid .blog-img a {
  width: 100%;
}

.single-blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-blog-grid .blog-content {
  padding: 35px;
}

.single-blog-grid .blog-content .meta-info {
  margin-bottom: 10px;
}

.single-blog-grid .blog-content .meta-info a {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}

    .single-blog-grid .blog-content .meta-info a i {
        display: inline-block;
        margin-right: 5px;
        color: #CC5500;
        font-size: 16px;
    }

.single-blog-grid .blog-content .meta-info a:last-child {
  margin: 0;
}

    .single-blog-grid .blog-content .meta-info a:hover {
        color: #CC5500;
    }

.single-blog-grid .blog-content h4 {
  display: block;
  line-height: 28px;
}

.single-blog-grid .blog-content h4 a {
  font-size: 17px;
  color: #081828;
  font-weight: 700;
  display: inline-block;
}

    .single-blog-grid .blog-content h4 a:hover {
        color: #CC5500;
    }

.single-blog-grid .blog-content p {
  display: block;
  margin-top: 10px;
}

.single-blog-grid .blog-content .button {
  margin-top: 20px;
}

.single-blog-grid .blog-content .button .btn {
  padding: 0;
  background-color: transparent;
  color: #081828;
  text-decoration: underline;
  overflow: visible;
}

    .single-blog-grid .blog-content .button .btn:hover {
        color: #CC5500;
    }

.blog-list {
  background: #F4F7FA;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}

.blog-list .single-blog {
  margin: 0;
}

.blog-list .single-blog {
  margin-bottom: 30px;
}

/* News Details */
.blog-single {
  background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .blog-single .main-content-head {
    padding-right: 30px;
  }
}

.blog-single .meta-info {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-single .meta-info li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .meta-info li {
    margin-bottom: 8px;
  }
}

.blog-single .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #d2d2d2;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .meta-info li:last-child::before {
  display: none;
}

.blog-single .meta-info li a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

    .blog-single .meta-info li a:hover {
        color: #CC5500;
    }

.blog-single .meta-info li a img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-thumbnils {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-thumbnils {
    margin-bottom: 30px;
  }
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.blog-single .post-title {
  line-height: 40px;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-title {
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 32px;
    font-size: 20px;
  }
}

.blog-single p {
  font-size: 15px;
  margin: 30px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single p:last-child {
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 767px) {
  .blog-single h3 {
    font-size: 18px;
  }
}

.blog-single .image-block {
  margin: 30px 0;
}

.blog-single .image-block img {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .blog-single .image-block img {
    margin: 10px 0;
  }
}

blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 40px;
  background-color: #081828;
  border-radius: 0;
  overflow: hidden;
  border-radius: 8px;
}

    blockquote::before {
        position: absolute;
        content: "";
        right: -30px;
        top: -30px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: 4px solid #CC5500;
    }

    blockquote::after {
        position: absolute;
        content: "";
        left: -30px;
        bottom: -30px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: 4px solid #CC5500;
    }

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #fff;
}

/*comments*/
.post-comments {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .post-comments {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-comments {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .post-comments {
    margin-top: 40px;
  }
}

.comment-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comment-title {
    font-size: 18px !important;
  }
}

.post-comments .comments-list li {
  padding-left: 110px;
  position: relative;
  font-size: 15px;
  border-radius: 8px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li {
    margin-top: 35px;
    padding: 0;
  }
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px;
  }
}

.post-comments .comments-list li .comment-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    display: block;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  color: #081828;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: #CC5500;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc p {
    margin-top: 20px;
  }
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li.children {
    margin: 0;
  }
}

/*Comment form*/
.comment-form {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .comment-form {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .comment-form {
    margin-top: 40px;
  }
}

.comment-reply-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comment-reply-title {
    font-size: 18px !important;
  }
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box label {
  color: #081828;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  font-size: 15px;
  color: #081828;
  padding: 0 25px;
  font-weight: 500;
  height: 53px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  font-weight: 400;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .comment-form form .form-box .form-control-custom {
    margin-bottom: 20px;
  }
}

.comment-form form .form-box .form-control-custom:focus {
    border-color: #CC5500;
}

.comment-form form .form-box textarea.form-control-custom {
  height: 180px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

/* News sidebar */
.sidebar .widget {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 40px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    border-top: 3px solid #CC5500;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget {
    padding: 35px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
  color: #081828;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 55px 0 25px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 23px transparent;
          box-shadow: 0px 0px 23px transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

    .sidebar .widget.search-widget form input:focus {
        -webkit-box-shadow: 0px 0px 23px #0000000f !important;
        box-shadow: 0px 0px 23px #0000000f !important;
        border-color: #CC5500;
    }

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  z-index: 1;
  color: #fff !important;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  padding: 0 !important;
  border: none;
  background: transparent;
  color: #333 !important;
}

    .sidebar .widget.search-widget form button:hover {
        color: #CC5500 !important;
    }

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.68);
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 12px;
  line-height: 26px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 15px;
  font-weight: 600;
  color: #081828;
}

    .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
        color: #CC5500;
    }

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li:first-child a {
  padding-top: 0;
}

.sidebar .widget.categories-widget ul li:last-child a {
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 15px;
  padding: 8px 0;
  font-weight: 500;
  display: block;
  color: #081828;
}

    .sidebar .widget.categories-widget ul li a:hover {
        color: #CC5500;
        padding-left: 10px;
    }

.sidebar .widget.popular-tag-widget {
  padding-bottom: 35px;
}

.popular-tag-widget .tags > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #081828;
  border: 1px solid #eee;
  background: transparent;
  border-radius: 30px;
}

    .popular-tag-widget .tags > a:hover {
        background-color: #CC5500;
        color: #fff;
        border-color: transparent;
    }

/* Blog Grid Page */
.blog-grid-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-page {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid-page {
    padding-top: 30px;
  }
}

.blog-grid-page .sidebar {
  margin-top: 30px;
}

/*======================================
   Clients Logo CSS
========================================*/
.client-logo {
  background-color: #F4F7FA;
  padding: 60px 0;
}

.client-logo .single-logo {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo .single-logo {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .client-logo .single-logo {
    padding: 15px 30px;
    border: 1px solid #eee;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .client-logo .single-logo img {
    width: 75%;
  }
}

/*======================================
    Team CSS
========================================*/
.team .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team .section-title {
    margin-bottom: 30px;
  }
}

.team .single-team {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.team .single-team img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
}

.team .single-team .content {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .team .single-team .content {
    display: block;
    text-align: center;
    padding: 30px;
  }
}

.team .single-team .content h4 {
  font-size: 16px;
  font-weight: 600;
}

    .team .single-team .content h4 span {
        color: #727272;
        font-size: 14px;
        display: block;
        margin-top: 10px;
        font-weight: 500;
        font-family: Poppins;
    }

.team .single-team .content .social {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (max-width: 767px) {
  .team .single-team .content .social {
    margin-top: 20px;
  }
}

.team .single-team .content .social li {
  display: inline-block;
  margin-right: 20px;
}

.team .single-team .content .social li a {
  font-size: 15px;
  color: #081828;
}

    .team .single-team .content .social li a:hover {
        border-color: transparent;
        color: #CC5500;
    }

.team .single-team .content .social li:last-child {
  margin-right: 0;
}

.team .single-team:hover .social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/*======================================
	Account Login CSS
========================================*/
.account-login {
  background-color: #F4F7FA;
}

.account-login .inner-content {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
  padding: 60px 70px;
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-login .login-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .account-login .login-form {
    padding: 50px 35px;
  }
}

.account-login .login-form .card-body {
  padding: 0;
}

.account-login .login-form .title {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .login-form .title {
    margin-bottom: 30px;
  }
}

.account-login .login-form .title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .account-login .login-form .title h3 {
    font-size: 22px;
  }
}

.account-login .bottom-content {
  margin-top: 25px;
}

.account-login .form-group {
  margin-bottom: 20px;
  position: relative;
}

.account-login .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.account-login .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  background-color: #F4F7FA;
  color: #505050;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border-radius: 30px !important;
  overflow: hidden;
  width: 100%;
  padding-left: 55px;
}

    .account-login .form-group .form-control:focus {
        border-color: #CC5500;
        -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
        box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
    }

.account-login .lost-pass {
  color: #888;
}

    .account-login .lost-pass:hover {
        color: #CC5500;
    }

.account-login .button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .button {
    display: block;
    margin-top: 30px;
  }
  .account-login .button .btn {
    margin-bottom: 13px;
  }
  .account-login .button .btn:last-child {
    margin: 0;
  }
}

.account-login .button .btn {
  padding: 14px 40px;
  margin-right: 20px;
  width: 100%;
}

.account-login .button .btn:last-child {
  margin: 0;
}

.account-login .or {
  position: relative;
  text-align: center;
  margin: 30px 0;
  z-index: 0;
}

.account-login .or span {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 12px;
}

.account-login .or::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.account-login .alt-option {
  margin-top: 30px;
  text-align: center;
}

.account-login .alt-option .small-title {
  margin-bottom: 15px;
  text-align: center;
  display: block;
}

.account-login .alt-option .option-button {
  padding: 14px 25px 14px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #727272;
}

.account-login .alt-option .option-button img {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option {
    margin-top: 30px;
  }
}

.account-login .alt-option li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option li {
    margin-top: 5px;
  }
}

.account-login .alt-option li span {
  color: #727272;
  display: inline-block;
}

.account-login .alt-option li:last-child {
  margin: 0;
}

.account-login .alt-option li a {
    color: #CC5500;
}

.account-login .alt-option li a:hover {
  color: #081828;
}

.account-login .create-account {
  font-weight: 500;
  color: #081828;
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
  display: block;
}

    .account-login .create-account a {
        color: #CC5500;
    }

.account-login .create-account a:hover {
  text-decoration: underline;
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #F4F7FA;
}

.contact-us .form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .form-title {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .form-title {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-us .contact-form .form-group input {
  height: 52px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0px 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}

    .contact-us .contact-form .form-group input:focus {
        border-color: #CC5500;
    }

.contact-us .contact-form .form-group textarea {
  height: 200px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

    .contact-us .contact-form .form-group textarea:focus {
        border-color: #CC5500;
    }

.contact-us .contact-form .button {
  margin-top: 10px;
}

.contact-us .contact-widget-wrapper {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    padding-right: 200px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}

.contact-us .contact-widget-wrapper .main-title {
  margin-bottom: 40px;
}

.contact-us .contact-widget-wrapper .main-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-widget-wrapper .main-title p {
  font-size: 16px;
}

.contact-us .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 30px;
}

.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
  margin: 0;
}

.contact-us .contact-widget-wrapper .contact-widget-block h3 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p {
  margin-bottom: 3px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
  margin: 0;
}

.map-section {
  background-color: #F4F7FA;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .map-section {
    padding-bottom: 60px;
  }
}

.map-section .mapouter {
  padding: 10px;
  background-color: #fff;
}

.map-section .mapouter iframe {
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter iframe {
    height: 300px;
  }
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background-color: #F4F7FA;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 20px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 35px;
  text-align: left;
  z-index: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

    .pricing-table .single-table .popular {
        position: absolute;
        right: 20px;
        top: 18px;
        color: #CC5500;
        font-size: 15px;
        font-weight: 500;
    }

.pricing-table .single-table:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

    .pricing-table .single-table.middle .table-head .title {
        border-color: #CC5500;
        color: #CC5500;
    }

    .pricing-table .single-table .table-head .title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #CC5500;
        display: inline-block;
        border-radius: 30px;
    }

.pricing-table .single-table .table-head .sub-title {
  margin-bottom: 30px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.pricing-table .single-table .table-head .price .amount .currency {
  font-weight: 500;
  color: #4f4f4f;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 3px;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 500;
  margin-left: 3px;
}

.pricing-table .single-table .table-list {
  margin-top: 40px;
}

.pricing-table .single-table .button {
  margin: 0;
  margin-top: 50px;
}

.pricing-table .single-table .button .btn i {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.pricing-table .single-table .no-card {
  display: block;
  margin-top: 15px;
}

.pricing-table .single-table .table-content .table-list li {
  font-size: 15px;
  margin-bottom: 16px;
  padding-left: 25px;
  font-weight: 400;
  color: #081828;
  position: relative;
}

.pricing-table .single-table .table-content .table-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\ea5a";
  font-family: lineIcons;
  color: #68D585;
  font-size: 15px;
}

.pricing-table .single-table .table-content .table-list li.disable {
  color: #727272;
}

.pricing-table .single-table .table-content .table-list li.disable::before {
  color: #727272;
  content: "\ea87";
}

/*======================================
   Portfolio CSS
========================================*/
.portfolio-section .portfolio-btn-wrapper {
  margin-bottom: 0;
  text-align: center;
}

.portfolio-section .section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section .section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .portfolio-section .section-title {
    margin-bottom: 40px;
  }
}

.grid {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .grid {
    margin-top: 40px;
  }
}

.portfolio-section .portfolio-btn-wrapper button {
  padding: 10px 23px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: #eff2f9;
  color: #051441;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

    .portfolio-section .portfolio-btn-wrapper button:hover {
        background: #CC5500;
        color: #fff;
    }

    .portfolio-section .portfolio-btn-wrapper button.active {
        background: #CC5500;
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section .portfolio-btn-wrapper button {
    margin-right: 10px;
    padding: 7px 18px;
  }
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-btn-wrapper button {
    margin-right: 10px;
    padding: 7px 18px;
  }
}

.portfolio-section .portfolio-btn-wrapper button:last-child {
  margin-right: 0;
}

.portfolio-item-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-item-wrapper:hover .portfolio-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-item-wrapper .portfolio-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio-item-wrapper .portfolio-overlay {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  padding: 20px 35px 20px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.096);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.096);
  display: inline-block;
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content h4 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn {
  padding: 8px 27px;
  color: #fff;
  border: 2px solid #fff;
}

    .portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn:hover {
        color: #CC5500;
        background: #fff;
    }

.single-portfolio .single-portfolio-img {
  border-radius: 0;
  overflow: hidden;
}

.single-portfolio .single-portfolio-img img {
  width: 100%;
}

.project-info-box ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.project-info-box ul li:last-child {
  margin-bottom: 0;
}

.project-info-box ul li .destination {
  width: 40%;
  color: #051441;
  text-transform: uppercase;
}

/*======================================
    Faq CSS
========================================*/
.faq {
  padding-bottom: 80px;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .faq .xs-margin {
    margin-top: 20px !important;
  }
}

.faq .section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding-bottom: 30px;
  }
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.accordion-item .accordion-button {
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  padding: 15px 25px;
  padding-right: 40px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button {
    padding: 18px 20px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

.accordion-item .accordion-button .title {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  float: left;
  line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

.accordion-item .accordion-button i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #CC5500;
    border-radius: 4px 4px 0 0;
}

.accordion-button:not(.collapsed) i::before {
  content: "\eb2e";
  font-family: lineIcons;
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border-radius: 0 0 4px 4px;
  padding: 25px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .accordion-body {
    padding: 20px;
  }
}

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  color: #777;
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px #00000007;
          box-shadow: 0px 0px 20px #00000007;
  border-radius: 4px;
}

.accordion-item:last-child {
  margin: 0;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #F4F7FA;
}

.call-action .inner-content {
  position: relative;
  padding: 80px 0;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .inner-content {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .call-action .inner-content {
    padding: 50px 0;
    text-align: center;
  }
}

.call-action .inner-content .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.call-action .text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #081828;
}

    .call-action .text h2 span {
        color: #CC5500;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.call-action .text h2 span {
    display: block;
    color: #CC5500;
}

.call-action .button {
  float: right;
}

@media (max-width: 767px) {
  .call-action .button {
    float: none;
    margin-top: 30px;
  }
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #081828;
  position: relative;
  overflow: hidden;
}

.error-area .error-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
    font-size: 90px;
    color: #CC5500;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #081828;
  position: relative;
  overflow: hidden;
}

.maill-success .success-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.maill-success .success-content h1 {
    font-size: 40px;
    color: #CC5500;
    margin-bottom: 20px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h1 {
    font-size: 22px;
  }
}

.maill-success .success-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 30px;
  color: #081828;
  font-size: 16px;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  background-color: #081828;
  position: relative;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo {
  margin-bottom: 20px;
}

    .footer .single-footer.f-about .logo img {
        width: 233px;
        height: 50px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .logo img {
    width: 155px;
    height:37px;
  }
}

@media (max-width: 767px) {
    .footer .single-footer.f-about .logo img {
        width: 155px;
        height: 37px;
    }
}

.footer .single-footer.f-about p {
  color: #fff;
  margin-top: 20px;
  font-size: 17px;
  margin-bottom: 25px;
}

.footer .single-footer.f-about .social-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 15px;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #fff;
}

    .footer .single-footer.f-about .social li a:hover {
        color: #CC5500;
    }

.footer .single-footer.f-about .copyright-text {
  color: #fff;
  font-size: 15px;
  margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
  display: block;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 7px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

    .footer .single-footer.f-link li a:hover {
        color: #CC5500;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .footer .single-footer.newsletter {
    padding-left: 80px;
  }
}

.footer .single-footer.newsletter p {
  color: #fff;
}

.footer .single-footer h3 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .newsletter-form {
  margin-top: 30px;
  position: relative;
}

.footer .newsletter-form input {
  height: 52px;
  width: 100%;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding-left: 18px;
  padding-right: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff1f;
  color: #fff;
}

    .footer .newsletter-form input:hover {
        border-color: #CC5500;
    }

    .footer .newsletter-form input:focus {
        border-color: #CC5500;
    }

.footer .newsletter-form .button {
  position: absolute;
  right: 0px;
  top: 0;
}

.footer .newsletter-form .button .sub-btn {
  height: 52px;
  width: 52px;
  border-radius: 0 6px 6px 0;
  background-color: #ffffff29;
  color: #fff;
  text-align: center;
  line-height: 52px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

    .footer .newsletter-form .button .sub-btn:hover {
        color: #fff;
        background-color: #CC5500;
    }

.footer .copyright-area .inner-content {
  border-top: 1px solid rgba(238, 238, 238, 0.288);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer .copyright-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }
}

.footer .copyright-area .copyright-owner {
  text-align: right;
}

@media (max-width: 767px) {
  .footer .copyright-area .copyright-owner {
    text-align: center;
    margin-top: 3px;
  }
}

.footer .copyright-area p {
  color: #fff;
  font-size: 15px;
}

.footer .copyright-area p a {
  text-decoration: underline;
  color: #fff;
}

    .footer .copyright-area p a:hover {
        color: #CC5500;
    }

    /*cust create css*/

.nav-tabs {
    border-bottom: none;
    justify-content: left;
    gap: 10px;
}

@media (max-width: 767px) {
    .nav-tabs {
        border-bottom: none;
        justify-content: center;
        gap: 10px;
    }
}

    .nav-tabs .nav-link {
        border: none;
        border-radius: 30px;
        padding: 10px 25px;
        font-weight: 600;
        background: #f5f5f5;
        color: #333;
        transition: 0.3s;
    }

        .nav-tabs .nav-link.active {
            background: linear-gradient(45deg, #ff7e5f, #feb47b);
            color: #fff;
            box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
            transform: scale(1.05);
        }

        .nav-tabs .nav-link:hover {
            background: #ffe0cc;
            color: #000;
        }

/* Tab Content */
.tab-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    animation: fadeIn 0.6s ease;
}

/* Fade Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.hero-area {
    min-height: 80vh;
}*/

.hero-slide {
    position: relative;
    min-height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

    /*.hero-slide .overlay {
        position: absolute;
        inset: 0;*/
       /* background: rgba(0,0,0,0.45);*/
    /*}*/

    .hero-slide .overlay {
        position: absolute;
        inset: 0;
        /* background: rgba(0, 0, 0, 0.50); */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(167 75 75 / 43%) 100%) !important
        /*linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(127 10 10 / 59%) 100%) !important;*/
    }

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 2rem 0;
}

    .hero-content h4 {
        font-weight: 600;
        letter-spacing: .5px;
        opacity: .95;
    }

    .hero-content h1 {
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0 12px;
    }

    .hero-content p {
        font-size: 17px !important;
        margin-bottom: 1.25rem;
        opacity: .95;
        color:#081828;
    }

.hero-area .btn {
    border-radius: 999px;
    padding: .75rem 1.5rem;
    font-weight: 600;
}
/* Indicators spacing above controls */
#heroCarousel .carousel-indicators {
    bottom: 1.25rem;
}


/* Mobile tweaks */
@media (max-width: 767.98px) {
    .hero-slide {
        min-height: 70vh;
    }

    .hero-content h1 {
        font-size: 1.75rem;
    }

    .hero-content h4 {
        font-size: 1rem;
    }

    
}

/* Logo size */
.logo {
    height: 50px;
    width: auto;
}

/* Default: Transparent navbar (before scroll) */
.logo-light {
    display: inline-block;
}

.logo-dark {
    display: none;
}

/* When scrolled / white navbar */




/* Navbar transition */
.header.navbar-area {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .header.navbar-area.scrolled {
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    /*about section css*/
.about.section {
    background-color: #fff;
}


.about .nav-tabs .nav-link {
    color: #333;
    border: none;
    font-weight: 500;
}

    .about .nav-tabs .nav-link.active {
        color: #ff6600;
        border-bottom: 3px solid #ff6600;
        background: transparent;
    }

@media (max-width: 767.98px) {
    .about .content h2 {
        font-size: 1.4rem;
    }

    .about .nav-tabs {
        flex-wrap: wrap;
    }

    .about .image img {
        width: 90%;
        margin: 0 auto;
    }
}

/*gallery css*/

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.gallery-item {
    display: block;
}

    .gallery-item img {
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.2s;
    }

    .gallery-item:hover img {
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
    }

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

    .lightbox-modal .carousel-indicators [data-bs-target] {
        background-color: var(--carousel-text) !important;
    }

.lightbox-modal .carousel-inner {
    width: 75%;
}

    .lightbox-modal .carousel-inner img {
        animation: zoomin 10s linear infinite;
    }

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

/*nav css cust*/

/* Add this CSS */
.header.navbar-area {
    position: fixed;
    padding: 15px 0px;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    
    .header.navbar-area.scrolled {
        background: #fff; /* same color so no change */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.hero-area {
    margin-top: 90px; /* adjust according to navbar height */
}

/*hero section css*/

@media (max-width: 992px) {
    .hero-area {
        margin-top: 0px !important; /* little extra for mobile navbar */
    }
}

.social-icons a {
    display: inline-block;
    color: #fff; 
    font-size: 18px;
    transition: 0.3s;
}

    .social-icons a:hover {
        color: orange;
    }

    /*button css*/

.main_btn {
    background: linear-gradient(45deg, #c73f1e, #feb47b);
    color: #fff;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    transform: scale(1.05);
    border-radius: 50px;
}

    .main_btn:hover {
        background: #feb47b;
        color: #000;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-heading {
    animation: fadeInUp 1.5s ease-out forwards;
}

@keyframes glowText {
    0% {
        color: #e67e22;
        /* text-shadow: 0 0 5px #e67e22;*/
    }

    50% {
        color: #ff6600;
/*        text-shadow: 0 0 20px #ffcc00, 0 0 30px #ff6600;*/
    }

    100% {
        color: #000;
        /* text-shadow: 0 0 5px #e67e22;*/
    }
}

.glow-text {
    animation: glowText 2s ease-in-out infinite;
    font-weight: 700;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.zoom-text {
    animation: zoomIn 1.2s ease-out;
    color: #c47f13;
    font-weight: 700;
}

@keyframes slideGlow {
    0% {
        opacity: 0;
        transform: translateX(-50px);
        text-shadow: none;
    }

    50% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 0 0 10px #ff9900;
    }

    100% {
        text-shadow: 0 0 20px #ffc107;
    }
}

.slide-glow {
    animation: slideGlow 2s ease forwards;
    color: #d35400;
    font-weight: 700;
}

.typewriter {
    display: inline-block;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    animation: typing 3s steps(25, end), blink .75s step-end infinite;
    color: #e67e22;
    font-weight: 700;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

.shining-text {
    background: linear-gradient(90deg, #ffb347, #ffcc33, #ffb347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: shine 3s linear infinite;
    font-weight: 700;
}

@keyframes shine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounce-text {
    animation: bounceIn 1.5s ease;
    color: #d35400;
    font-weight: 700;
}

@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 1;
        text-shadow: 0 0 10px #ff9900, 0 0 20px #ff6600, 0 0 30px #ff3300;
    }

    20%, 24%, 55% {
        opacity: 0.8;
        text-shadow: 0 0 5px #ff9900, 0 0 10px #ff6600;
    }
}

.flicker-text {
    animation: flicker 2s infinite;
    color: #ff6600;
    font-weight: 700;
}


.fly {
    display: inline-block;
    animation: fly 2s infinite ease-in-out;
}

@keyframes fly {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    50% {
        transform: translateX(10px) rotate(5deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}

.float {
    display: inline-block;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.spin {
    display: inline-block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.takeoff {
    display: inline-block;
    animation: takeoff 2.5s ease-in-out infinite;
}

@keyframes takeoff {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-10px) translateX(10px) rotate(-15deg);
    }

    100% {
        transform: translateY(-40px) translateX(40px) rotate(-25deg);
        opacity: 0;
    }
}

.jet {
    display: inline-block;
    color: #ff6600;
    text-shadow: 0 0 5px #ffa64d, 0 0 10px #ff6600;
    animation: jet 1.5s infinite ease-in-out;
}

@keyframes jet {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 5px #ffa64d, 0 0 10px #ff6600;
    }

    50% {
        transform: translateY(-8px);
        text-shadow: 0 0 15px #ff3300, 0 0 25px #ff6600;
    }
}

.contact-card {
   /* background: linear-gradient(145deg, #ffffff 0%, #fff8f0 100%);*/
    position: relative;
    transition: all 0.4s ease;
}

    .contact-card:hover {
        transform: translateY(-6px);
       /* box-shadow: 0 15px 40px rgba(255, 136, 0, 0.2);*/
    }

.glow-circle {
    width: 250px;
    height: 250px;
    /*background: radial-gradient(circle, rgba(255,136,0,0.2), transparent 70%);*/
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}

.form-control:focus {
    border: none !important;
    box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.3);
}

@keyframes glowMove {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/*indes css*/

/*.how-to-reach-section {
    background-image: url("/Content/Home/assets/images/about/temple_banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

  
    .how-to-reach-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.45); 
        backdrop-filter: blur(1px);
        z-index: 1;
    }

    .how-to-reach-section .container,
    .how-to-reach-section .section-title,
    .how-to-reach-section .single-service {
        position: relative;
        z-index: 2;
    }*/

/* Responsive padding adjust */
/*@media (max-width: 768px) {
    .how-to-reach-section {
        padding: 60px 0;
        background-attachment: scroll;
    }
}*/

/*.hero-slide {
    position: relative;
    animation: zoomHero 10s ease-in-out infinite;
}

@keyframes zoomHero {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 108%;
    }

    100% {
        background-size: 100%;
    }
}*/

/* Extra: Overlay ko halka translucent rakho */
/*.hero-slide .overlay {
    background: rgba(0, 0, 0, 0.35);
}*/

/*.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    animation: moveBg 15s linear infinite alternate;
}*/

/* Background Parallax Move */
/*@keyframes moveBg {
    0% {
        background-position: center center;
    }

    50% {
        background-position: center calc(50% + 20px);
    }

    100% {
        background-position: center center;
    }
}*/

/* Light Shine Wave Effect */
/*.hero-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: skewX(-15deg);
    animation: shineWave 6s infinite ease-in-out;
}

@keyframes shineWave {
    0% {
        left: -150%;
    }

    50% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}*/


.hero-slide {
    position: relative;
    background-size: 115%;
    background-position: center;
    overflow: hidden;
    animation: panCinematic 20s ease-in-out infinite alternate;
}

/* Cinematic Smooth Pan */
@keyframes panCinematic {
    0% {
        background-position: left center;
    }

    50% {
        background-position: center center;
    }

    100% {
        background-position: right center;
    }
}

/* Divine Soft Glow */
.hero-slide::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 226, 150, 0.45), transparent 70%);
    animation: glowMove 5s infinite ease-in-out alternate;
    pointer-events: none;
    filter: blur(40px);
}

@keyframes glowMove {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.15;
    }

    50% {
        transform: translate(120px, 80px) scale(1.3);
        opacity: 0.23;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.3;
    }
}


.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    align-items: center; 
    padding-top: 0;
}


.hero-content {
    margin-top: -20px; 
}

   
   /* .hero-content h1,
    .hero-content h4 {
        color: #ffffff !important;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
    }
*/
    

.main_btn.btn {
    background: #ffb400;
    color: #222;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

    .main_btn.btn:hover {
        background: #d69700;
    }


.hero-slide {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 664px;
    position: relative;
    display: flex;
    align-items: center;
    animation: zoomBanner 12s ease-in-out infinite;
}

@keyframes zoomBanner {
    0% {
        background-size: 105%;
    }

    50% {
        background-size: 115%;
    }
    .hero-area .hero-content p 100% {
        background-size: 105%;
    }
}

/* Dark overlay for readability */
/*.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
}*/

/* Headings look premium */
.hero-content h4 {
    color: #ffdd7d;
    text-shadow: 0 0 8px rgba(255, 210, 90, 0.8);
    font-weight: 600;
    margin-bottom: 8px;
}

.hero-content h1 {
   /* color: #ffffff !important;*/
    font-weight: 700;
    line-height: 1.3;
   /* text-shadow: 0 0 10px rgba(0,0,0,0.7);*/
}

/* Glow highlight text */
.glow-text {
  /*  color: #ffd75e !important;
    text-shadow: 0 0 12px rgba(255, 220, 140, 0.9);*/
}

/* Golden Button */
.main_btn {
    background: linear-gradient(45deg, #ffdd7d, #ffb300);
    color: #111 !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.4s;
    box-shadow: 0 0 10px rgba(255, 200, 70, 0.4);
}

    .main_btn:hover {
        background: linear-gradient(45deg, #ffb300, #ffdd7d);
        box-shadow: 0 0 18px rgba(255, 200, 70, 0.85);
        transform: scale(1.05);
    }

    /*about section*/

.about-temple-section {
    background: linear-gradient(135deg, #fff4d9, #ffedd8);
}

/* Small Shree Icon */
.shree-icon-small {
    font-size: 26px;
    font-weight: 700;
    padding-top: 6px;
    padding-right: 7px;
    background: linear-gradient(45deg, #ffb347, #ff7b00, #cc5500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 8px rgba(255,120,0,.5));
}

/* Big Heading */
.temple-title {
    font-weight: 800;
    color: #7a1f00;
}

/* Paragraph */
.temple-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #5b2a10;
}

/* Points */
.temple-points li {
    margin: 6px 0;
    font-size: 16px;
    color: #6b300d;
}

/* Button */
.temple-btn {
    background: linear-gradient(45deg, #ff9d00, #ff6a00);
    color: #fff;
    padding: 12px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

    .temple-btn:hover {
        transform: scale(1.08);
        box-shadow: 0 6px 20px rgba(255,120,0,.6);
        color: #fff;
    }

/* Image Hover */
.temple-img {
    transition: transform .4s, box-shadow .4s;
    border-radius: 12px;
}

    .temple-img:hover {
        transform: scale(1.08);
        box-shadow: 0 0 25px rgba(255,120,0,.7);
    }


    /* how to reach css*/

.how-to-reach-section {
    background: url('/Content/Home/assets/images/about/banner_temple.png') center/cover fixed;
    position: relative;
    padding: 90px 0;
}

    .how-to-reach-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #3e312173;
        backdrop-filter: blur(1px);
    }

    .how-to-reach-section .container {
        position: relative;
        z-index: 2;
    }

.section-title h2, .section-title h3, .section-title p {
    color: #fff;
}

.single-service {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.35);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    color: #101010cf;
    transition: 0.4s;
}

    .single-service:hover {
        background: rgba(255, 115, 0, 0.60);
        transform: translateY(-6px);
        box-shadow: 0 12px 22px rgba(255, 140, 0, 0.6);
        color: #fff;
    }

.main-icon {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    backdrop-filter: blur(6px);
}

    .main-icon i {
        font-size: 35px;
        color: #fff;
    }

.temple-title {
    color: #c88a2e; /* About section ke heading jaisa golden tone */
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.temple-icon {
    font-size: 28px;
    color: #c88a2e; /* Same color for icon */
}

.temple-title {
    position: relative;
    font-weight: 700;
    color: #c88a2e; /* About jaisa color */
    font-size: 30px;
    display: inline-block;
    padding-left: 60px; /* space for icon */
}

    .temple-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        width: 45px;
        height: 45px;
        background: url('https://upload.wikimedia.org/wikipedia/commons/5/50/Ganesh_emblem.svg') no-repeat center;
        background-size: contain;
        opacity: 0.85; /* Light fade – jyada dark ho to 0.6 rakhen */
    }

.temple-heading {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #ff8a00, #ffcf00, #ff8a00);
    -webkit-background-clip: text;
    color: transparent;
    animation: textGlow 3s infinite linear;
    position: relative;
    display: inline-block;
    opacity: 0;
}

/* Entry animation (slide + scale) */
.wow.fadeInUp.temple-heading {
    animation: fadeUpScale 1.2s ease forwards, textGlow 3s infinite linear 1.2s;
}

/* Shine / Glow effect */
@keyframes textGlow {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.7);
    }

    100% {
        filter: brightness(1);
    }
}

/* Smooth slide + scale animation */
@keyframes fadeUpScale {
    0% {
        transform: translateY(40px) scale(0.9);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*about 3-11-2025*/

.video-showcase {
    width: 100%; /* ✅ FULL WIDTH */
    max-width: 100%;
    display: block;
}

    /* Video Height Control */
    .video-showcase video {
        width: 100%; /* ✅ Full width */
        height: 360px;
        object-fit: cover; /* ✅ Video crop nahi lagega, clean look */
        border-radius: 18px;
        filter: brightness(1.12) contrast(1.07) saturate(1.15);
        animation: smoothZoom 18s ease-in-out infinite;
        transition: 0.5s;
    }

/* Mobile Responsive Heights */
@media (max-width: 768px) {
    .video-showcase video {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .video-showcase video {
        height: 160px;
    }
}

/* Cinematic Slow Zoom */
/*@keyframes smoothZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}*/

/* Golden Mandala Glow on Top Right */
.video-showcase::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    /*background: url('https://i.ibb.co/StD0Rsr/mandala-gold.png') no-repeat center/contain;*/
    opacity: 0.35;
    filter: blur(1px);
    transform: rotate(18deg);
}

/* Soft Orange Aura Bottom Left */
.video-showcase::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 140px;
    height: 140px;
    opacity: 0.6;
    filter: blur(20px);
}

/* Hover Effect → Deep Cinematic Pop */
.video-showcase:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 90px rgba(255,140,0,0.4);
}

    .video-showcase:hover video {
        filter: brightness(1.25) contrast(1.12) saturate(1.35);
    }

.video-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

/* Video Container */
.video-box {
    width: 100%;
    height: 300px; /* Height kam rakhi */
    overflow: hidden;
    border-radius: 12px;
    transform: translateX(120%);
    animation: slideInRight 1.4s ease forwards;
}

    .video-box video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Animation */
@keyframes slideInRight {
    to {
        transform: translateX(0);
    }
}

/* Decorative Borders Outside */
.border-top-right,
.border-bottom-left {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 4px solid #ff9d00;
    z-index: 5;
}

/* Top Right - Outside */
.border-top-right {
    top: -12px; /* 👈 Bahar nikal diya */
    right: -12px; /* 👈 Bahar nikal diya */
    border-left: none;
    border-bottom: none;
    border-radius: 0 14px 0 0;
}

/* Bottom Left - Outside */
.border-bottom-left {
    bottom: -12px; /* 👈 Bahar nikal diya */
    left: -12px; /* 👈 Bahar nikal diya */
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 14px;
}

/* Hover Effect */
.video-box:hover {
    transform: translateX(0) scale(1.05);
    transition: 0.4s;
}

.video-showcase {
    position: relative;
    display: inline-block;
    overflow: visible;
}

    /* Video Rounded Corners */
    .video-showcase video {
        width: 100%;
        border-radius: 18px; /* Yaha control kar sakte ho */
    }

/* Borders */
.border-top-right,
.border-bottom-left {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 3px solid #b14500;
    pointer-events: none;
    animation: borderZoom 3s ease-in-out infinite;
}

/* Only Top-Right Corner Border Rounded */
.border-top-right {
    top: -14px;
    right: -14px;
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 18px; /* SAME as video */
    transform-origin: top right;
}

/* Only Bottom-Left Corner Border Rounded */
.border-bottom-left {
    bottom: -14px;
    left: -14px;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 18px; /* SAME as video */
    transform-origin: bottom left;
}

/* Border Zoom Animation */
@keyframes borderZoom {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }

    50% {
        transform: scale(1.35);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.85;
    }
}

/*how to reach 3-11-2025*/
.techSwiper .swiper-slide {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: .4s;
}

    .techSwiper .swiper-slide:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

.tech-img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.techSwiper .swiper-slide {
    padding: 25px;
    background: transparent !important;
    box-shadow: none !important;
}


.light-bg {
    position: relative;
    background: url("/Content/Home/assets/images/about/banner_temple.png") center/cover no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

    /* Soft Transparent White Overlay - Taaki content readable ho */
    .light-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #ffffffd6;
        /*  backdrop-filter: blur(2px); */
        z-index: 0;
    }

    /* Make sure content stays above */
    .light-bg .container,
    .light-bg .swiper {
        position: relative;
        z-index: 2;
    }

.techSwiper .swiper-slide {
    background: transparent !important;
    box-shadow: none !important;
}

/* Mobile Responsive Fix */
@media (max-width: 768px) {
    .techSwiper .swiper-slide {
        flex-direction: column !important;
        text-align: center;
        padding: 20px 10px;
    }

        .techSwiper .swiper-slide .col-lg-5,
        .techSwiper .swiper-slide .col-lg-7 {
            width: 100% !important;
            max-width: 100%;
        }

    .tech-img {
        max-width: 240px;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .techSwiper h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .techSwiper p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Remove white background completely */
.techSwiper .swiper-slide {
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        scale: 0.75;
        top: 90%;
    }
}

/* Mobile Responsive Fix */
@media (max-width: 768px) {

    .techSwiper .swiper-slide {
        flex-direction: column !important;
        text-align: center;
        padding: 20px 0;
    }

        .techSwiper .swiper-slide .col-lg-5,
        .techSwiper .swiper-slide .col-lg-7,
        .techSwiper .swiper-slide .col-md-6 {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100%;
        }

    .tech-img {
        max-width: 260px;
        margin: 0 auto 15px auto;
        display: block;
    }

    .techSwiper h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .techSwiper p {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

/* Fix Swiper Slide Layout */
.techSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
}

/* MOBILE VIEW FIX */
@media (max-width: 768px) {

    .techSwiper .swiper-slide {
        flex-direction: column !important;
        text-align: center !important;
    }

        .techSwiper .swiper-slide .col-lg-5,
        .techSwiper .swiper-slide .col-lg-7 {
            width: 100% !important;
            max-width: 100% !important;
        }

        .techSwiper .swiper-slide img {
            width: 70% !important;
            margin-bottom: 15px;
        }

        .techSwiper .swiper-slide h4 {
            margin-top: 10px;
            font-size: 20px;
        }
}

/* Remove White Background / Box */
.techSwiper .swiper-slide {
    background: transparent !important;
    box-shadow: none !important;
}


.tourism-modern {
    background: #fff7ef;
    position: relative;
}

.tourism-modern-title {
    font-size: 35px;
    font-weight: 700;
    color: #7a1f00;
}

.tourism-modern-sub {
    color: #444;
    font-size: 18px;
    margin-bottom: 5px;
}

.tour-modern-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
    transition: .4s;
    cursor: pointer;
    height: 100%;
}

    .tour-modern-card:hover {
        transform: translateY(-10px);
    }

.tour-modern-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .tour-modern-img::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    }

.tour-modern-info {
    padding: 18px;
}

    .tour-modern-info h4 {
        font-size: 20px;
        color: #b14500;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .tour-modern-info p {
        font-size: 18px;
        color: #000;
        margin: 0;
    }

.highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffd8b3, #fff0e2);
    border: 1px solid #b14500;
}

.tour-modern-btn {
    display: inline-block;
    background: #b14500;
    padding: 7px 18px;
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    transition: .3s;
}

    .tour-modern-btn:hover {
        background: #7a1f00;
        color: #fff;
    }

.tourism-parallax {
    background: #fff7ed;
    border-top: 4px solid #b14500;
    border-bottom: 4px solid #b14500;
}

.tour-title {
    font-size: 34px;
    color: #7a1f00;
    font-weight: 700;
}

.tour-sub {
    font-size: 16px;
    color: #444;
}

/* Card Base */
.tour-card {
    position: relative;
    height: 260px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .4s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.18);
}

    .tour-card:hover {
        transform: scale(1.04);
    }

/* Background Image */
.tour-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(70%);
    transition: filter .4s ease, transform .5s ease;
}

.tour-card:hover .tour-img {
    filter: brightness(94%);
    transform: scale(1.15);
}

/* Overlay */
.tour-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(177,69,0,0.55));
}

/* Text */
.tour-info {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: white;
}

    .tour-info h4 {
        font-size: 20px;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .tour-info p {
        font-size: 15px;
        margin: 0;
    }

/* Mobile */
@media(max-width: 575px) {
    .tour-card {
        height: 220px;
    }
}

.tourism-parallax-section {
    position: relative;
    background-image: url('/Content/Home/assets/images/tour/adasa_hill_view.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

    .tourism-parallax-section .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.75));
    }

    .tourism-parallax-section .container {
        position: relative;
        z-index: 2;
    }

.tour-heading {
    font-size: 40px;
    font-weight: 700;
    color: #ffd49b;
    text-shadow: 0 0 12px rgba(255,165,76,0.6);
}

.tour-subtitle {
    color: #ffdfc4;
    font-size: 18px;
    margin-bottom: 50px;
}

.tour-highlights {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.tour-box {
    max-width: 260px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,200,120,0.25);
    border-radius: 18px;
    padding: 25px;
    backdrop-filter: blur(6px);
    transition: transform .4s, box-shadow .4s;
}

    .tour-box:hover {
        transform: translateY(-12px);
        box-shadow: 0 0 25px rgba(255,180,80,0.7);
    }

.icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(255,200,120,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 2px solid rgba(255,200,120,0.4);
    margin-bottom: 18px;
}

    .icon-circle img {
        width: 38px;
        opacity: 0.95;
    }

.tour-box h4 {
    color: #ffe4b4;
    font-weight: 600;
}

.tour-box p {
    font-size: 15px;
    color: #f9debc;
}

.lang-btn {
    border: none;
    background: #B14500;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    margin: 0 6px;
    font-size: 14px;
    transition: .3s;
}

    .lang-btn:hover {
        background: #7a1f00;
    }

#tourism.tourism-modern {
    background: url("/Content/Home/assets/images/about/section_imge1.gif") center/cover no-repeat fixed;
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
}


    #tourism.tourism-modern::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #00000082 !important;
        /*backdrop-filter: blur(2px);*/
        z-index: -1;
    }

.tour-modern-card {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

    .tour-modern-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }
.lang-btn {
    border: none;
    /*background: #fff;*/
    padding: 6px 14px;
    margin-left: 6px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

    .lang-btn.active,
    .lang-btn:hover {
        background: #B14500;
        color: #fff;
    }
    .visit-title {
    font-size: 35px;
    font-weight: 700;
    color: #7a1f00;
}

.visit-sub {
    font-size: 16px;
    color: #8b5c43;
}

.visit-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    border: 1px solid #e7d6c9;
    transition: 0.4s;
    position: relative;
}

.visit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
    border-color: #b85e17;
}

.visit-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #b85e17;
    background: #fff5e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visit-icon img {
    width: 60%;
    transition: 0.4s;
}

.visit-card:hover .visit-icon img {
    transform: scale(1.18);
}

.visit-heading {
    font-size: 20px;
    font-weight: 600;
    color: #7a1f00;
    margin-top: 10px;
}

.visit-text {
    font-size: 14px;
    color: #4a3a32;
    margin-top: 8px;
}
.timeline {
    position: relative;
    margin: 40px auto;
    padding: 0;
    max-width: 900px;
}

    /* Center Line */
    .timeline:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        background: #b85e17;
        transform: translateX(-50%);
    }

/* Each Item */
.timeline-item {
    display: flex;
    align-items: center;
    margin: 40px 0;
    position: relative;
    width: 100%;
}

    /* Left & Right */
    .timeline-item.left {
        justify-content: flex-start;
    }

    .timeline-item.right {
        justify-content: flex-end;
    }

/* Image Circle */
.timeline-icon img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #fff;
    object-fit: cover;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    z-index: 10;
}
.timeline-icon{
    padding:10px !important;
}
/* Content Box */
.timeline-content {
    width: 45%;
    background: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    border-top: 4px solid #b85e17;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

    .timeline-content h4 {
        color: #7a1f00;
        font-weight: 600;
        margin-bottom: 6px;
    }

/* MOBILE VIEW */
@media(max-width: 768px) {
    .timeline:before {
        display: none;
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
    }

    .timeline-content {
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }

    .timeline-icon img {
        width: 100px;
        height: 100px;
    }

    .festival-main-title {
        font-size: 29px;
    }
        .timeline-icon {
        padding: 0px !important;
    }
}
#visit {
    background: url("/Content/Home/assets/images/about/banner_temple.png") center/cover no-repeat fixed;
    position: relative;
}

    #visit::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff8ebcf; /* Soft warm overlay */
       /* backdrop-filter: blur(2px);*/
        z-index: 0;
    }

    #visit .container,
    #visit * {
        position: relative;
        z-index: 2;
    }
/* Language Buttons */
.lang-btn {
    padding: 8px 18px;
    border-radius: 30px;
    background: #f4e3ce;
    border: 2px solid #c07a3f;
    margin: 0 5px;
    cursor: pointer;
    color: #7a1f00;
    font-weight: 600;
    transition: 0.3s;
}

    .lang-btn.active,
    .lang-btn:hover {
        background: #b14500;
        color: #fff;
    }

/* Shree Icon */
.shree-icon {
    color: #b14500;
    font-size: 32px;
    font-weight: 700;
    animation: glow 2s infinite ease-in-out;
}

@keyframes glow {
    0%,100% {
        text-shadow: 0 0 8px rgba(177,69,0,0.4);
    }

    50% {
        text-shadow: 0 0 18px rgba(177,69,0,0.9);
    }
}

/* Titles */
.temple-small-title {
    font-size: 22px;
    color: #b14500;
}

.temple-big-title {
    font-size: 35px;
    color: #7a1f00;
    font-weight: 700;
    line-height: 1.3;
}

/* Description */
.temple-desc {
    font-size: 16px;
    color: #3d2b1f;
    line-height: 1.65;
    margin-top: 10px;
}

/* Button */
.temple-more-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 24px;
    background: #b14500;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

    .temple-more-btn:hover {
        background: #7a1f00;
    }

/* Video Frame Decoration */
.temple-video-frame {
    position: relative;
    padding: 12px;
    border-radius: 18px;
    border: 3px solid #b14500;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.festival-section {
    background: url('/Content/Home/assets/images/bg/pattern_light.png') center/cover fixed, linear-gradient(#fffaf2,#fae7c7);
}

.festival-main-title {
    font-size: 35px;
    font-weight: 700;
    color: #7a1f00;
    text-shadow: 0 0 12px rgba(255,190,90,0.7);
}

.festival-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    border: 2px solid #e6c69c;
    transition: .4s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

    /*.festival-card:hover {
        transform: translateY(-10px);
        border-color: #c88b38;
        box-shadow: 0 20px 35px rgba(0,0,0,0.25);
    }*/

.fest-img-wrap {
    width: 100%;
    height: 230px;
    border-radius: 16px;
    overflow: hidden;
}

    .fest-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .6s;
    }

.festival-card:hover img {
    transform: scale(1.18);
}

.festival-card h3 {
    margin-top: 12px;
    font-size: 22px;
    color: #7a1f00;
    font-weight: 700;
}

.festival-card p {
    font-size: 15px;
    color: #5b3a20;
}

/* Arrow Colors */
.swiper-button-next, .swiper-button-prev {
    color: #b86a1b;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        color: #80808054 !important;
    }

.gallery-section h2 {
    font-weight: 700;
    color: #802000;
    font-size: 35px;
}

.gallery-tabs button {
    border: #b14500 2px solid;
    background: #eee;
    padding: 8px 18px;
    margin: 4px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

    .gallery-tabs button.active {
        background: #b14500;
        color: #fff;
    }

.gallery-content {
    display: none;
}

    .gallery-content.show {
        display: block;
    }

.img-cover {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

    .img-cover:hover {
        transform: scale(1.05);
    }

/* LIGHTBOX */
#lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    #lightbox img, #lightbox video {
        max-width: 90%;
        max-height: 90%;
        border-radius: 8px;
    }

    #lightbox .close {
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
.view-more-btn {
    transition: 0.3s;
}

    .view-more-btn:hover {
        background-color: #7a1f00;
        color: #fff !important;
        border-color: #7a1f00;
    }

    /*.stay-infographic {
  background: #faf8f4;
}

.infograph-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.infograph-center {
  text-align: center;
}

.infograph-center img {
  width: 120px;
  margin-bottom: 10px;
}

.infograph-center h4 {
  font-weight: 600;
  color: #7a1f00;
}

.infograph-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 35px;
  padding: 12px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  border-left: 10px solid;
  transition: 0.3s;
}

.info-box:hover {
  transform: translateX(8px);
}

.info-box .icon img {
  width: 48px;
  margin-right: 12px;
}

.info-box.blue { border-color: #2d8cf0; }
.info-box.red { border-color: #e94254; }
.info-box.orange { border-color: #ff9f29; }

.text h5 {
  margin: 0;
  font-weight: 600;
  color: #5a2100;
}

.text p {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
}*/

/* Responsive */
/*@media(max-width:768px){
  .infograph-wrapper { flex-direction: column; text-align:center; }
  .info-box { justify-content:center; }
}*/


.stay-infographic {
    background: #faf8f4;
}

/* Center Icon */
.infograph-center img {
    width: 264px;
    margin-bottom: 10px;
}

.infograph-center h4 {
    font-weight: 600;
    color: #7a1f00;
}

/* List Area */
.infograph-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Info Boxes */
.info-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 35px;
    padding: 12px 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    border-left: 10px solid;
    transition: 0.3s;
}

    .info-box:hover {
        transform: translateX(6px);
    }

    .info-box .icon img {
        width: 48px;
        margin-right: 14px;
    }

    .info-box.blue {
        border-color: #2d8cf0;
    }

    .info-box.red {
        border-color: #e94254;
    }

    .info-box.orange {
        border-color: #ff9f29;
    }

.text h5 {
    margin: 0;
    font-weight: 600;
    color: #5a2100;
}

.text p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .info-box {
        justify-content: center;
        text-align: center;
    }

        .info-box .icon img {
            margin: 0 0 8px 0;
        }

    .info-box {
        flex-direction: column;
    }
}

.stay-infographic {
    position: relative;
    background-image: url("/Content/Home/assets/images/about/bg_2.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .stay-infographic::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff1d9d1;
    }

    .stay-infographic .container {
        position: relative;
        z-index: 2;
    }

.contact-section {
    background: #fffaf1;
    position: relative;
}

.contact-title {
    font-size: 32px;
    font-weight: 600;
    color: #b85614;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}

.contact-sub {
    color: #5d4632;
    font-size: 17px;
}

.contact-box {
    background: #fff;
    border: 1px solid #e7caa1;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .contact-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.contact-icon {
    font-size: 40px;
    color: #d06c19;
    display: inline-flex;
    margin-bottom: 12px;
}

.contact-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    border: 1px solid #e7caa1;
    box-shadow: 0 3px 20px rgba(0,0,0,0.10);
}

    .contact-form-card input,
    .contact-form-card textarea {
        width: 100%;
        border: 1px solid #d8b98c;
        border-radius: 10px;
        padding: 10px 14px;
        background: #fffdf7;
    }

        .contact-form-card input:focus,
        .contact-form-card textarea:focus {
            border-color: #b85614;
            outline: none;
        }

.temple-btn {
    background: #b85614;
    border: none;
    color: white;
    padding: 12px;
    border-radius: 12px;
    font-size: 16px;
    transition: 0.3s;
}

    .temple-btn:hover {
        background: #8f3f0d;
    }

.map-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e7caa1;
}

/* ✅ Mobile Responsive */
@media (max-width: 767px) {
    .contact-title {
        font-size: 26px;
    }

    .contact-box {
        padding: 20px;
    }
}

.navbar {
    position: relative !important;
    z-index: 99999 !important;
}
.video-showcase,
.video-showcase * {
    pointer-events: none !important;
}
    .video-showcase span {
        position: absolute;
        z-index: 0 !important;
    }
.about-temple-section {
    position: relative;
    z-index: 1;
}
.map-card iframe {
    width: 100%;
    height: 300px; /* mobile-friendly default */
}

@media(min-width:768px) {
    .map-card iframe {
        height: 400px; /* tablet & desktop */
    }
}
 /*contect*/
.contact-section {
    background: #fffaf1;
    position: relative;
}

.contact-title {
    font-size: 32px;
    font-weight: 600;
    color: #b85614;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}

.contact-sub {
    color: #5d4632;
    font-size: 17px;
}

.contact-box {
    background: #fff;
    border: 1px solid #e7caa1;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .contact-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.contact-icon {
    font-size: 40px;
    color: #d06c19;
    display: inline-flex;
    margin-bottom: 12px;
}

.contact-form-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #e7caa1;
    box-shadow: 0 3px 20px rgba(0,0,0,0.10);
}

    .contact-form-card input,
    .contact-form-card textarea {
        width: 100%;
        border: 1px solid #d8b98c;
        border-radius: 10px;
        padding: 10px 14px;
        background: #fffdf7;
        transition: 0.3s;
    }

        .contact-form-card input:focus,
        .contact-form-card textarea:focus {
            border-color: #b85614;
            outline: none;
        }

/*.temple-btn, .lang-btn {
    background: #b85614;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}*/

    .temple-btn:hover, .lang-btn:hover {
        background: #8f3f0d;
        color: #fff;
    }

.map-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e7caa1;
}

@media(max-width:767px) {
    .contact-title {
        font-size: 26px;
    }

    .contact-box {
        padding: 20px;
    }

    .contact-form-card {
        padding: 20px;
    }

    .map-card iframe {
        height: 250px;
    }
}


/*about css*/


.video-showcase video {
    max-height: 300px;
    object-fit: cover;
}

.temple-small-title {
    font-size: 1.5rem;
}

.temple-big-title {
    font-size: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.video-showcase {
    position: relative;
}

/* Top Right Border */
.border-top-right {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-top: 5px solid #7a1f00;
    border-right: 5px solid #7a1f00;
    display: block;
}

/* Bottom Left Border */
.border-bottom-left {
    bottom: 0;
    left: 0;
    width: 80px; /* Adjust size */
    height: 80px;
    border-bottom: 5px solid #7a1f00;
    border-left: 5px solid #7a1f00;
    display: block;
}



/* Responsive adjustments */
@media (max-width: 767px) {
    .video-showcase video {
        max-height: 200px;
    }

    .temple-big-title {
        font-size: 1.5rem;
    }

    .temple-small-title {
        font-size: 1.2rem;
    }
}

.navbar-nav .nav-link {
    padding: 8px 15px !important;
}

.contact-btn {
    padding: 8px 18px;
    border-radius: 30px;
    background: #f4e3ce;
    border: 2px solid #c07a3f;
    margin: 0 5px;
    cursor: pointer;
    color: #7a1f00;
    font-weight: 600;
    transition: 0.3s;
}

    .contact-btn:hover {
        background: #b14500;
        color: #fff !important;
    }

    /*about page css 7-11-2025*/
.temple-overview {
    background: #fffaf1;
    border-radius: 12px;
    position: relative;
}

.overview-title {
    font-size: 30px;
    font-weight: 700;
    color: #a14f2f;
    text-transform: uppercase;
}

.overview-sub {
    color: #555;
    font-size: 15px;
    margin-top: -5px;
}

.overview-text {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
}

.temple-img {
    border: 6px solid #fff;
    transition: transform .4s ease, box-shadow .4s ease;
}

    .temple-img:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    }

@media (max-width: 768px) {
    .overview-title {
        font-size: 24px;
    }

    .overview-text {
        font-size: 16px;
    }

    .temple-img {
        width: 90%;
    }
}


.ad-special {
    background: linear-gradient(135deg, #fff2e0, #ffe4c9);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.ad-title {
    font-size: 34px;
    font-weight: 800;
    color: #7a3200;
}

.ad-sub {
    color: #a06025;
    font-size: 16px;
    margin-top: 8px;
}

.ad-card {
    background: rgba(255, 255, 255, 0.65);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 165, 0.6);
    transition: 0.4s;
    box-shadow: 0 10px 25px rgba(200, 120, 50, 0.15);
}

    .ad-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 40px rgba(200, 120, 50, 0.35);
    }

.ad-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffcf9c;
    box-shadow: 0 0 15px rgba(255, 150, 60, 0.4);
    margin-bottom: 18px;
}

    .ad-icon i {
        font-size: 36px;
        color: #7a3200;
    }


    /*sneha cur*/

.circle-info-section {
    padding: 80px 0;
    background: #f6f2eb;
    position: relative;
}

.circle-wrapper {
    width: 380px;
    height: 380px;
    margin: auto;
    position: relative;
}

/* Center circle */
.center-circle {
    width: 160px;
    height: 160px;
    background: #ff8c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

/* Number bubbles around center */
.circle-point {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ff8c00;
    text-align: center;
    line-height: 38px;
    font-weight: 600;
    position: absolute;
}

/* Positioning for desktop */
.p1 {
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.p2 {
    top: 20%;
    right: 0;
    transform: translateY(-50%);
}

.p3 {
    bottom: 20%;
    right: 0;
    transform: translateY(50%);
}

.p4 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.p5 {
    bottom: 20%;
    left: 0;
    transform: translateY(50%);
}

.p6 {
    top: 20%;
    left: 0;
    transform: translateY(-50%);
}

/* Info cards */
.info-card {
    background: #1e2d57;
    padding: 12px 20px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.card-left {
    text-align: right;
    right: 100%;
    margin-right: 20px;
}

.c1 {
    top: 5%;
}

.c2 {
    top: 35%;
}

.c3 {
    bottom: 5%;
}

.card-right {
    text-align: left;
    left: 100%;
    margin-left: 20px;
}

.c4 {
    top: 5%;
}

.c5 {
    top: 35%;
}

.c6 {
    bottom: 5%;
}

.info-card:hover {
    transform: translateY(-5px);
}

/* ================= MOBILE VIEW FIX ================= */
@media(max-width: 768px) {
    .circle-wrapper {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Center circle stays on top */
    .center-circle {
        position: relative;
        margin: auto;
        transform: none;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    /* Remove around-circle layout */
    .circle-point {
        display: none; /* remove numbers for mobile */
    }

    /* Make cards stack full width */
    .info-card {
        position: relative;
        text-align: center;
        margin: 12px auto;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        max-width: 300px;
    }
}




.adasa-special {
    background: #fffaf1;
    position: relative;
}

.section-heading {
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #555;
}

.circle-wrapper {
    position: relative;
    width: 600px;
    height: 600px;
    margin: auto;
    border-radius: 50%;
    animation: rotateCircle 20s linear infinite;
}

.center-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #ff6a00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(255, 106, 0, .4);
}

.feature-box {
    position: absolute;
    width: 180px;
    background: #002147;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    animation: fadeIn 2s ease;
}

.box1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box2 {
    right: 0;
    top: 25%;
}

.box3 {
    right: 0;
    bottom: 25%;
}

.box4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box5 {
    left: 0;
    bottom: 25%;
}

.box6 {
    left: 0;
    top: 25%;
}

/* ✅ Responsive Mobile View */

@media(max-width: 768px) {
    .circle-wrapper {
        width: 100%;
        height: auto;
        animation: none;
    }

    .feature-box {
        position: relative;
        margin: 8px auto;
        display: block;
    }

    .center-circle {
        margin-bottom: 20px;
        position: static;
        transform: none;
    }

    .box1 {
        top: 0;
        left: 23%;
        transform: translateX(-50%);
    }

    .box4 {
        top: 0;
        left: 23%;
        transform: translateX(-50%);
    }
}

.adasa-special {
    background: linear-gradient(#fff8ec, #fff1d9);
    padding: 80px 0;
    text-align: center;
}

/*.section-heading {
    color: #c55a00;
}*/

.circle-wrapper {
    position: relative;
    width: 750px; /* ✅ Desktop me bada */
    height: 617px;
    margin: auto;
    border-radius: 50%;
    animation: rotateCircle 22s linear infinite;
}

/* CENTER CIRCLE BADA */
.center-circle {
    position: absolute;
    width: 217px; /* ✅ Increased */
    height: 217px;
    background: #ff6a00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgba(255, 106, 0, .6);
    font-size: 20px;
    font-weight: 600;
}

/* FEATURE BOXES ORANGE GRADIENT THEME */
.feature-box {
    position: absolute;
    width: 260px; /* ✅ Desktop width increase */
    background: linear-gradient(45deg, #ff8a00, #ff5e00);
    color: #fff;
    padding: 18px 20px;
    border-radius: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(255, 94, 0, 0.35);
    border: 2px solid #fff3e4;
    transition: .3s ease;
}

    /* Hover Effect */
    .feature-box:hover {
        transform: scale(1.08);
        box-shadow: 0 0 22px rgba(255, 115, 0, 0.6);
    }

/* Position Boxes */
.box1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box2 {
    right: -10px;
    top: 22%;
}

.box3 {
    right: -10px;
    bottom: 22%;
}

.box4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box5 {
    left: -10px;
    bottom: 22%;
}

.box6 {
    left: -10px;
    top: 22%;
}

/* ✅ MOBILE VIEW */
@media(max-width: 768px) {

    .circle-wrapper {
        width: 100%;
        height: auto;
        animation: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .center-circle {
        position: static;
        transform: none;
        width: 230px; /* ✅ Mobile bigger */
        height: 230px;
        margin-bottom: 20px;
    }

    .feature-box {
        position: static;
        width: 95%; /* ✅ Full wide in mobile */
        margin: 12px 0;
        font-size: 16px;
        padding: 18px;
    }
}

@media(max-width: 768px) {

    .circle-wrapper {
        width: 100%;
        height: auto;
        animation: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    /* Center circle mobile */
    .center-circle {
        position: static;
        transform: none;
        width: 230px;
        height: 230px;
        margin-bottom: 20px;
    }

    /* ✅ Mobile Boxes Full Width + One Below Another */
    .feature-box {
        position: static !important; /* Default positioning off */
        width: 95%;
        margin: 0 auto 14px;
        font-size: 16px;
        padding: 18px;
        text-align: center;
    }

    /* ✅ Remove rotation space */
    .box1, .box2, .box3, .box4, .box5, .box6 {
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        transform: none !important;
    }
}


.adasa-detail-section {
    background: #fff0d8;
}

.adasa-title {
    font-weight: 700;
    font-size: 32px;
    color: #d95b00;
}

.adasa-subtitle {
    max-width: 650px;
    margin: auto;
    color: #444;
    font-size: 17px;
}

.adasa-box {
    background: #ffffff;
    border-left: 6px solid #d95b00;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .adasa-box h4 {
        color: #002147;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .adasa-box p {
        color: #444;
        line-height: 1.6;
        font-size: 15px;
    }

    .adasa-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 25px rgba(217, 91, 0, 0.2);
    }

/* ✅ Mobile View */
@media(max-width: 768px) {
    .adasa-title {
        font-size: 26px;
    }

    .adasa-box {
        padding: 18px;
    }
}




.adasa-z-premium {
    background: url('/Content/Home/assets/images/bg/temp_texture.png'), #fffaf1;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.adasa-main-title {
    font-size: 35px;
    font-weight: 800;
    color: #d35400;
}

.adasa-main-sub {
    color: #444;
    font-size: 18px;
}

.z-item {
    margin-bottom: 80px;
}

.z-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    transition: transform .4s ease;
}

    .z-image img:hover {
        transform: scale(1.05);
    }

.z-content {
    background: rgba(255, 255, 255, 0.75);
    padding: 30px;
    border-radius: 20px;
    border-left: 6px solid #ff7f00;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.12);
    backdrop-filter: blur(6px);
}

    .z-content h3 {
        font-size: 26px;
        font-weight: 700;
        color: #333;
    }

    .z-content p {
        font-size: 16px;
        color: #555;
        margin-top: 10px;
    }

/* Mobile friendly */
@media(max-width:768px) {
    .z-item {
        text-align: center;
    }

    .z-content {
        margin-top: 15px;
        border-left: none;
        border-top: 6px solid #ff7f00;
    }
}

/* Card 1 & Card 3 (image left, content right) image ko card ke paas lana */
.adasa-z-premium .z-item:not(.flex-lg-row-reverse) .z-content {
    margin-left: -30px; /* Image & card close ho jayenge */
}

/* For tighter premium effect (optional) */
@media(min-width:992px) {
    .adasa-z-premium .z-item:not(.flex-lg-row-reverse) .z-content {
        margin-left: -45px; /* Yeh best & attractive look */
    }
}

/* Mobile view clean stacked */
@media(max-width:768px) {
    .adasa-z-premium .z-content {
        margin: 0 !important;
        margin-top: 15px !important;
    }
}

.history-section {
    background: #fff9f3;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.visitor-animated-section {
    background: linear-gradient(to bottom, #fff8ef, #fff4e6);
}

.visitor-animated-title {
    font-size: 36px;
    font-weight: 700;
    color: #c45b02;
    text-transform: uppercase;
}

.visitor-animated-sub {
    font-size: 17px;
    color: #444;
}

.visit-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    text-align: center;
    border: 2px solid #ffe5cd;
    transition: .4s;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
}

    .visit-card:hover {
        transform: translateY(-8px);
        border-color: #c45b02;
        box-shadow: 0px 8px 20px rgba(0,0,0,0.12);
    }

.visit-icon {
    font-size: 35px;
    color: #c45b02;
    margin-bottom: 12px;
}

.visit-img-wrapper img {
    border: 5px solid #c45b02;
    border-radius: 14px;
}

.location-map-sec {
    background: #fff7ef;
}

.map-embed iframe {
    border: none;
}
.visitor-golden-section {
    background: url('/Content/Home/assets/images/bg/mandala-bg-light.png') center/contain no-repeat, #fff8ef;
}

.visitor-main-heading {
    font-size: 35px;
    font-weight: 700;
    color: #b05600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.visitor-sub-heading {
    color: #444;
    font-size: 17px;
    margin-bottom: 10px;
}

.divider-line {
    width: 70px;
    height: 3px;
    background: linear-gradient(to right,#b05600,#e7a154,#b05600);
    margin: auto;
    border-radius: 3px;
}

.vg-card {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.12);
    border: 2px solid #f3d7bb;
    text-align: center;
    transition: .4s;
}

    .vg-card:hover {
        transform: translateY(-8px);
        border-color: #b05600;
        box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    }

.vg-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg,#b05600,#ffb96c);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px auto;
    color: #fff;
    font-size: 26px;
}

.vg-img-wrap img {
    border: 4px solid #b05600;
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.25);
}

.vg-map-sec {
    background: #fff3e6;
}

.vg-map {
    border: 5px solid #b05600;
    border-radius: 14px;
}

/*what to see */

.what-see-premium {
    background: #f7f2e8 url('/images/mandala_bg.png') center/contain no-repeat;
    position: relative;
}

.heritage-box {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.circle-frame {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 6px solid #ba7a2a;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 18px rgba(186, 122, 42, 0.4);
}

    .circle-frame img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.heritage-text h3 {
    color: #7a471f;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.heritage-text p {
    color: #4d3a2b;
    line-height: 1.7;
    font-size: 16px;
}

.tag {
    display: inline-block;
    margin-top: 12px;
    background: #ba7a2a;
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
}

/* Mobile */
@media(max-width: 768px) {
    .heritage-box {
        flex-direction: column;
        text-align: center;
    }

    .circle-frame {
        width: 180px;
        height: 180px;
    }
}

/*how to reach*/

.reach-journey-section {
    background: linear-gradient(to right, #fffaf1, #fff4e0);
    padding: 80px 0;
}

.reach-journey-small-title {
    color: #c77f07;
    font-weight: 600;
    text-transform: uppercase;
}

.reach-journey-big-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
}

.reach-journey-text {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #555;
    font-size: 16px;
}

.reach-journey-timeline {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

    .reach-journey-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        background: #c77f07;
        transform: translateX(-50%);
    }

.reach-journey-item {
    position: relative;
    width: 50%;
    padding: 40px 20px;
    box-sizing: border-box;
}

    .reach-journey-item:nth-child(odd) {
        left: 0;
        text-align: left;
    }

    .reach-journey-item:nth-child(even) {
        left: 50%;
    }

.reach-journey-icon {
    position: absolute;
    top: 20px;
    width: 60px;
    height: 60px;
    background: #c77f07;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(199,127,7,0.4);
    transition: all 0.3s ease;
}

.reach-journey-item:nth-child(odd) .reach-journey-icon {
    right: -30px;
}

.reach-journey-item:nth-child(even) .reach-journey-icon {
    left: -30px;
}

.reach-journey-item:hover .reach-journey-icon {
    background: #ffb347;
    transform: scale(1.2);
}

.reach-journey-content-box {
    background: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: inline-block;
}

    .reach-journey-content-box h4 {
        margin-bottom: 10px;
        color: #cc5500;
    }

    .reach-journey-content-box p {
        color: #555;
        font-size: 14px;
    }

.reach-journey-margin {
   /* margin-left: 30px !important;*/
}

/* Mobile */
@media (max-width: 768px) {
    .reach-journey-timeline::before {
        left: 20px;
    }

    .reach-journey-item {
        width: 100%;
        padding-left: 60px;
        padding-right: 20px;
        text-align: left !important;
        margin-bottom: 40px;
    }

        .reach-journey-item:nth-child(even) {
            left: 0;
        }

        .reach-journey-item .reach-journey-icon {
            left: 0 !important;
        }
}


.journey-image-section {
    background: linear-gradient(135deg, #fffaf1, #fff4e0);
    padding: 80px 0;
}

.section-header .subtitle {
    color: #c77f07;
    font-weight: 600;
    text-transform: uppercase;
}

.section-header .title {
    font-size: 36px;
    font-weight: 700;
    color: #7a471f;
    margin-top: 10px;
}

.section-header p {
    max-width: 700px;
    margin: 10px auto 40px;
    color: #555;
}

/* Journey Items */
.journey-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.journey-item {
    display: flex;
    align-items: center;
    gap: 40px;
    animation: fadeSlide 1s ease forwards;
    opacity: 0;
}

    .journey-item.reverse {
        flex-direction: row-reverse;
    }

.journey-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 6px solid #c77f07;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(199,127,7,0.3);
    transition: transform 0.3s ease;
}

    .journey-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .journey-image:hover {
        transform: scale(1.1);
    }

.journey-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .journey-card h4 {
        margin-bottom: 12px;
        color: #c77f07;
    }

    .journey-card p {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
    }

    .journey-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    }

/* Animation */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */
@media(max-width: 768px) {
    .journey-item,
    .journey-item.reverse {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .journey-card {
        width: 100%;
    }

    .journey-image {
        width: 150px;
        height: 150px;
    }
}

/* ============================ */
/* Heritage Card Container */
.heritage-box {
    display: flex;
    align-items: center;
   /* justify-content: space-between;*/
    background: #fff8f0;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(50px);
    opacity: 0;
    animation: cardSlideIn 0.8s forwards;
}

    /* Stagger animations for each card */
    .heritage-box:nth-child(1) {
        animation-delay: 0.2s;
    }

    .heritage-box:nth-child(2) {
        animation-delay: 0.4s;
    }

    .heritage-box:nth-child(3) {
        animation-delay: 0.6s;
    }

@keyframes cardSlideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Image Circle Animation */
.circle-frame {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 20px rgba(255,165,0,0.3);
    animation: shadowPulse 3s infinite ease-in-out;
    transition: transform 0.4s ease;
}

    .circle-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        animation: floatRotate 6s ease-in-out infinite;
    }

/* Floating + slow rotation */
@keyframes floatRotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(10deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* Shadow Pulse */
@keyframes shadowPulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255,165,0,0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(255,165,0,0.6);
    }
}

/* Hover effect on card */
.heritage-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}

    /* Hover effect on circle */
    .heritage-box:hover .circle-frame {
        transform: scale(1.1);
    }

/* Text animation */
.heritage-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s forwards;
    animation-delay: 0.3s;
}

.heritage-box:nth-child(2) .heritage-text {
    animation-delay: 0.5s;
}

.heritage-box:nth-child(3) .heritage-text {
    animation-delay: 0.7s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tag style */
.tag {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 12px;
    background: #f4e3ce;
    border: 2px solid #c07a3f;
    color: #7a1f00;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.heritage-box:hover .tag {
    transform: scale(1.1);
}

/* Float / bounce animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.reach-journey-icon i {
    display: inline-block;
    font-size: 2rem; /* adjust icon size */
    color: #fff; /* optional icon color */
    animation: float 2s ease-in-out infinite;
}

.adasa-festival-section {
    background: #fff7ee;
}

.festival-heading {
    font-weight: 700;
    font-size: 35px;
    color: #d85a00;
    text-transform: uppercase;
}

.festival-subtext {
    font-size: 18px;
    color: #444;
}

/* Image Styling */
.festival-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffb54a;
    box-shadow: 0 0 18px rgba(255, 152, 35, 0.6);
    transition: transform .4s;
}

    .festival-img img:hover {
        transform: scale(1.05);
    }

/* Text Box */


/* Title */
.festival-title {
    color: #ff6700;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Description Show/Hide */
.festival-full {
    display: block !important;
    background: #fff;
    padding: 20px;
    border-right: 4px solid #f68b1e; /* Orange right border */
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-top: 12px;
    animation: fadeIn .5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button */
.festival-toggle {
    margin-top: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    border: none;
    background: #ff7c12;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: .3s;
}

    .festival-toggle:hover {
        background: #e86300;
    }

/* Responsive */
@media(max-width: 768px) {
    .festival-box {
        flex-direction: column;
        text-align: center;
    }

    .festival-info {
        margin-left: 0;
        margin-top: 20px;
    }
}
@keyframes festivalSlide {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.festival-box .festival-full {
    display: none;
    margin-top: 12px;
    padding: 12px;
    background: #f9f9f9;
    border-left: 4px solid #ff8800;
    border-radius: 6px;
    animation: slideDown .4s ease;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.festival-toggle {
    background: #ff8800;
    color: #fff;
    padding: 6px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .festival-toggle:hover {
        background: #e07000;
    }

/* Mobile Responsive */
@media(max-width: 768px) {
    .festival-box {
        text-align: center;
    }
}


