           /*.form-control{*/
        /*    width:auto !important;*/
        /*}*/
        .main-panel{
            width: 100%;
            margin-top: 5%;
        }
        .content-wrapper{
        /*background: url(../index_images/download-background.jpg) center center no-repeat;*/
        /*background-size: cover;*/
        }
        .auth-form-light{
                box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.5) !important;
                padding: 10%;
            }
            /* Headings for Home and Inside Pages */
body h1 {
  font-family: "Playfair Display", serif !important;
  font-size: 25px !important;
  font-weight: 600 !important; /* Semi-Bold */
  letter-spacing: 0.2px;
}
body  h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 20px !important;
  font-weight: 600 !important; /* Semi-Bold */
}
/* Smaller Headings for Home Page */
body h3, h4 {
  font-family: "Playfair Display", serif !important;
  font-size: 15px !important;
  font-weight: 600 !important; 
}

/* Content */
body p , li {
  font-family: Georgia, serif !important;
  font-size: 16px !important;
  line-height: 31px !important;
  font-weight: 400 !important; /* Normal */
  white-space: unset !important;
  text-align: justify;
}
.footer li {
  font-family: Georgia, serif !important;
  font-size: 13px !important;
  line-height: 31px !important;
  font-weight: 400 !important; /* Normal */
  white-space: unset !important;
  text-align: justify;
}
label ,select,option,td ,th {
  font-family: Georgia, serif !important;
  font-size: 16px !important;
  line-height: 31px !important;
  font-weight: 600 !important; /* Normal */
  white-space: unset !important;
  color: #000;
}
select.form-control, .auth .auth-form-light select{
color: #000;
}
/* Home Page Banners */
/*body{
  background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url(../index_images/header-background.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.content-wrapper{
  background: transparent !important;
}*/
.container-fluid.page-body-wrapper {
  background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url(../index_images/background-white.jpg) center center no-repeat;
    background-size: cover;
    color: #000;
}
/*.navbar {
    background: #000;
    }*/
body .banner-text {
  font-size: 38px !important;
  font-weight: 300 !important; /* Light */
  line-height: 55px !important;
}
.sdg{
  max-width: 5em; 
}
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: url("../index_images/inside_advisory.jpg");
  height: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}
.main-panel {
    width: 100%;
  margin-top: 0px;
}
.navbar.fixed-top + .page-body-wrapper {
    padding-top: 0px;
}
.btn-gradient-primaryblue {
   background: -webkit-gradient(linear, left top, right top, from(#0dffd6), to(#00A3D9));
background: linear-gradient(to right, #0dffd6, #00A3D9);
    border: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.page-header{
  margin-top: 4em;
}
.comp_info {
    width: 100% !important;
}
input.form-control {
    width: auto;
}
.heading_bar{
background-color: #000 !important;
color:#fff !important;  
}
thead,.thead{
background-color: #827f7f !important;
color:#fff !important;  
}
.error-message {
color: red;
font-weight: bold;
}
.form-control{
width: 100% !important;
border: 1px solid #7f7f81;
}
.btn-gradient-red{
    background: linear-gradient(to right, #ff6666, #cc0000);
    border: 0;
    transition: opacity 0.3s ease;
    color:#fff;
}
.btn-gradient-yellow{
    background: linear-gradient(to right, #ffe066, #ffcc00);
    border: 0;
    transition: opacity 0.3s ease;

}
.container{
    width:100% !important;
    max-width: unset !important;
}

table {
        /*width: max-content !important;*/
        width:100%;
}
h5.indicators {
    text-transform: uppercase;
    font-weight: bold;
    font-size: large;
}
input[type="checkbox"] {
    margin-right: 15px;
}

.why ul{
  width: min(100%, 60rem);
  overflow: hidden;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 4rem);
  list-style: none;
  perspective: 1000px;
  display: grid;
  row-gap: 0.5rem;
}
.why ul li.card{
  position: relative;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  background-color: var(--bg-color);
  background-image: linear-gradient(to right, rgb(0 0 0 / .15), transparent);
  transform-style: preserve-3d;
  color: var(--color);
  
  display: grid;
  grid-template: 'icon' 'title' 'content';
  row-gap: 0.5rem;
  column-gap: 2rem;
}
.why ul li.card::before, .why ul li.card::after {
  --side-rotate: 60deg;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform-origin: calc(50% - (50% * var(--ry))) 50%  ;
  transform: rotateY(calc(var(--side-rotate) * var(--ry)));
  background-color: inherit;
  background-image: linear-gradient(calc(90deg * var(--ry)), rgb(0 0 0 / .25), rgb(0 0 0 / .5));  
}
.why ul li.card::before {--ry: -1; right: 100% }
.why ul li.card::after {--ry: 1; left: 100% }

.why ul li.card .icon {
  grid-area: icon;
  display: grid;
  place-items: center;
}
.why ul li.card .icon i {
  font-size: 2rem;
}
.why ul li.card .title{
  grid-area: title;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.why ul li.card .content{
  grid-area: content;
}

@media (min-width: 30rem){
  .why ul li.card {
    grid-template: 'icon title' 'icon content';
    text-align: left;
  }
  .why ul li.card .title { text-align: left }
}
.why .card {
  color: #fff !important;
}
.certificate_gallery {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate_gallery img {
  width: 10%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.certificate_gallery img:hover {
  width: 50%;
  height: auto;
}
.ceneter_shadow_box{
  margin: 0px auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  padding: 5em;
}
.reg1{
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.ceneter_shadow_box p{
  color: #000;
}
#carouselExampleSlidesOnly .carousel-item img {
  width: 1000px !important;      
  height: 500px !important;    
}
.navbar.navbar-expand-md.navbar-dark.navbar-custom{
background: transparent;
width: 100%;
}


        .krystahl-container {
            padding-top: 50px;
        }

        .krystahl-heading {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: #000;
            text-align: center;
        }

        .krystahl-collapsible {
            background-color: #f1f1f1;
            padding: 10px;
            cursor: pointer;
            border: none;
            outline: none;
            font-size: 18px;
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
        }

        .krystahl-form-container {
            display: none;
            margin-top: 20px;
        }

        .krystahl-form-container form {
           
            margin: 0 auto;
        }

        .krystahl-btn-solid-reg {
            background-color: #28a745;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
        }

        .krystahl-btn-solid-reg:hover {
            background-color: #218838;
        }

        .krystahl-arrow {
            font-size: 24px;
            transition: transform 0.3s ease;
        }

        .krystahl-arrow-cross {
            font-size: 24px;
            transition: transform 0.3s ease;
        }

        /* Rotate arrow when form is opened */
        .krystahl-arrow.down {
            transform: rotate(180deg);
           
        }

        .krystahl-arrow.cross {
            transform: rotate(180deg); /* This will rotate the cross to form an "X" */
            color: red;
        }
         .card {
            border: none;
            border-radius: 10px;
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        /* Hover Effect for More Depth */
        .card:hover {
            transform: translateY(-10px); /* Lift effect */
        }
        .card-title.text-center{
          color: #fff;
        }
    
.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vh;
    margin-inline: auto;
    background: #141414;
    padding: 1vh;
}

 .gallery > img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery:has(img:hover) img:not(:hover) {
    scale: 0.8;
    opacity: 0.5;
    filter: grayscale(70%);
}

  /* Contact Button */
#contactBtn {
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-100%);
    float: right;
    background: #0097b2;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}

/* Contact Form Panel */
#footer_contactForm {
    position: fixed;
    top: 0;
    right: -350px; /* Hidden initially */
    width: 350px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.4s ease-in-out;
    overflow-y: auto;
    z-index: 10;
}

/* Close Button */
#closeForm {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

        .vision_section {
            background: rgba(0, 0, 0, 0.6);
            text-align: center;
            padding: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            display: flex;
        }
        .vision_section img {
            width: 100px;
            height: auto;
        }
        .vision_section h2 {
            color: #fff !important;
            margin-top: 10px;
        }
        .vision_section p {
          font-size: 13.0pt !important;
            color: #fff !important;
        }
        .dna-vision_section {
            background-image: url('https://krystahl.in/wp-content/uploads/2023/01/ab_dna3.jpg');
            background-size: cover;
            padding: 50px 10px;
            color: #fff;
            text-align: center;
        }
        .dna-content {
            max-width: 50%;
            background: rgba(0, 0, 0, 0.6);
            padding: 20px;
            border-radius: 0px;
        }
        .dna-content h2 {
            font-size: 24px;
            color: #fff !important;
        }
        .dna-content ul {
            text-align: left;
            list-style-type: none;
            padding: 0;
            color: #fff !important;
            list-style-type:disc;
            margin-left: 20px;
        }
        .dna-content li {
            margin: 10px 0;
            color: #fff !important;
        }
        .dna-content p {
            color: #fff !important;
        }
 .image-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.scrolling-wrapper {
    gap: 20px; /* Space between images */
    position: relative;
    width: max-content;
}

.scrolling-images {
    width: 150px; /* Adjust size */
    flex-shrink: 0;
}
.row.align-items-center.mb-0 {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
/*for mobile devices css--->*/
  @media (max-width: 768px) {
  #carouselExampleSlidesOnly .carousel-item img {
    width: 100px !important;     
  height: 10px !important;
    }
    .header.headerbaanner{
      display: none;
    }
  .navbar.navbar-expand-md.navbar-dark.navbar-custom{
    background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url(../index_images/header-background.jpg) center center no-repeat;
  }
  .ceneter_shadow_box {
    margin: 0px auto;
    box-shadow: unset;
    padding: 0;
}
.vision_section {
    display: block;
    margin-top: 10px;
}
.dna-content {
    max-width: none;
}
.dna-vision_section {
    padding: 0;
}
.dna-content {
border-radius: 0;
}
.certificate_gallery img:hover {
    width: auto;
    height: auto;
}
}
   