
.info-icon {
      font-size: 28px;
      color: #b3874f;
      margin-bottom: 10px;
    }
    .info-box {
      background: #fff;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease-in-out;
    }
    .info-box:hover {
      transform: translateY(-5px);
    }
    .info-box h6 {
      font-weight: 600;
      color: #343a40;
    }
    .info-box p {
      margin: 0;
      color: #6c757d;
      font-size: 0.9rem;
    }


    .sectionhs {
      padding: 60px 20px;
    }
    .boxhs {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      padding: 30px;
      transition: transform 0.3s ease;
      height: 100%;
    }
    .boxhs:hover {
      transform: translateY(-5px);
    }
    .boxhs h4 {
      color: #b3874f;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .custom-list {
      list-style: none;
      padding: 0;
    }
    .custom-list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
    }
    .custom-list i {
      color: #b3874f;
      margin-right: 12px;
      margin-top: 3px;
    }




    .section-titless {
      font-family: 'Georgia', serif;
      font-size: 24px;
      color: #a36c2e;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .carousel-inner img {
      border-radius: 8px;
      max-height: 400px;
      object-fit: contain;
      cursor: pointer;
      height: 100vh;
    }

    .caption {
      font-family: 'Georgia', serif;
      font-style: italic;
      color: #444;
      margin-top: 0.5rem;
    }

    #modalImage {
      max-height: 100vh;
      object-fit:contain;
      cursor: grab;
      transition: transform 0.3s ease;
    }

    .btn-close {
      z-index: 1056;
    }

    #zoomWrapper {
      overflow: hidden;
    }



 /* home icon */
    .icon-box {
      text-align: center;
      color: #a5894a;
      transition: transform 0.3s ease;
    }

    .icon-box:hover {
      transform: translateY(-5px);
    }

    .icon-box i {
      font-size: 48px;
      margin-bottom: 10px;
      display: block;
    }

    .download-text {
      display: block;
      font-size: 16px;
      font-weight: 500;
       color: #a5894a;
       text-decoration: none;
    }
    .ficns{
       color: #a5894a;
       font-size: 14px!important;

    }

     /* home icon  end*/



/* swipper */
    .imgamnboxo img {
      border-radius: 10px;
      width: 100%;
    }
    .imgamnboxo h6 {
      text-align: center;
      margin-top: 10px;
    }
    .swiper-slide {
  transition-timing-function: ease-in-out !important;
}
/* swipper End */

 .iframebox {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 10px;
        background: white;
    }

    .ad_cls {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

