/* Basic */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Solitreo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&display=swap');

/* font-family: 'Josefin Sans', sans-serif; */
/* font-family: 'Solitreo', sans-serif; */
/* @font-face {
    font-family: 'HindSiliguri';
    src: url('/assets/fonts/hind_siliguri/HindSiliguri-Light.ttf') ;
}


@font-face {
    font-family: 'spacegrotesk';
    src: url('/assets/fonts/spacegrotesk/SpaceGrotesk-VariableFont_wght.ttf') ;
} */

@font-face {
    font-family: 'HindSiliguri';
    src: url('/assets/fonts/hind_siliguri/HindSiliguri-Light.ttf') ;
}


@font-face {
    font-family: 'spacegrotesk';
    src: url('/assets/fonts/spacegrotesk/SpaceGrotesk-VariableFont_wght.ttf') ;
}


/* @font-face {
    font-family: 'Josefin Sans';
    src: url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

}


@font-face {
    font-family: 'Solitreo';
    src: url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Solitreo&display=swap');
} */

*{
  box-sizing: border-box;
  /* font-family: "Josefin sans", sans-serif; */

}
body {
    /* font-family: "HindSiliguri", sans-serif; */
    /* font-family: "Bebas Neue", sans-serif; */
    font-family: "Josefin sans", sans-serif;
    /*--primary: #304f47;*/
    /*--primary: #1aabbe; */
    /* --primary:#709d65; */
    /**/
    --primary:#304f47;
    --primary_green:#709d65;
    --yellow-com:#88861f;
    --primary-rgb:48, 79, 71;
    --white: #f5f5f5;
    --pill: #e0d4be;
    --red: #cc033f;
    --grey-border:rgba(247, 247, 247,1);
}

h1{
    /* font-family: "Solitreo", sans-serif; */
    /* font-family: "Fjalla One", sans-serif; */
    font-weight: 600;
}

h2,h3,h4,h5,h6{
    /* font-family: "Solitreo", sans-serif; */
    font-family: "Josefin sans", sans-serif;
    line-height: 25px;
    /*500*/
    font-weight: normal;
    font-family: "Josefin sans", sans-serif;
}

p{
    margin: .3rem 0;
    /* font-weight: 300; */
    line-height: 1.5rem;
    font-family: "Josefin sans", sans-serif;
    /* font-family: "Bebas Neue", sans-serif; */
}
.text-center{
    text-align: center;
}

.bg-secondary{
    background-color: rgba(247, 247, 247, 0.562);
}
.text-white{
  color: #fff !important;
}
.highlight-text{
    color: var(--primary);
}

/* Margin */
.mt-1{
    margin-top: 1rem;
}

.mt-2{
    margin-top: 1rem;
}
.mb-1{
    margin-bottom: 2.5rem;
}

.m-1{
    margin: 1rem;
}

/* Padding */
.pt-1{
    padding-top: 1.5rem;
}

.pt-2{
    padding-top: 2.5rem;
}

.pb-1{
    padding-bottom: 1rem;
}

.p-1{
    padding: 1rem;
}

/* Grid */
/* .grid{
    padding: 2rem;
    display: grid;
    grid-gap: 10px;
} */
/*
.g-1{
    grid-template-columns: repeat(1, 1fr);
}

.g-2{
    grid-template-columns: repeat(2, 1fr);
}

.g-3{
    grid-template-columns: repeat(3, 1fr);
} */


/* POST */
.more-info:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: -2px;
    transition: 0.5s;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.more-info:hover{
    padding-right: 24px;
    padding-left:8px;
}

.more-info:hover:after {
    opacity: 1;
    right: 5px;
}

/* Buttons */

  .btn-com{
    text-decoration: none;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: clamp(16px,5vw,20px);

    text-align: center;
  }

  .btn-com-default{
    background-color: var(--primary);
    border: var(--primary-rgb);
    color: #fff;
  }

  .btn-com-default:hover{
    background-color: #709d65;
    border: #709d65;
    color: #fff;
  }

  .btn-lg{
    width: 100%;
  }



/* FQ */
.transition, ul li i:before, ul li i:after, p {
    transition: all 0.25s ease-in-out;
  }

  .flipIn, ul li, h1 {
    /* animation: flipdown 0.5s ease both; */
  }

  .no-select, h4 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }




  .faqs p {
    font-size: 1rem;
    line-height: 34px;
    font-weight: 300;
    display: block;
    margin: 0;
    cursor: pointer;
  }

 .faqs p {
    /*color: rgba(48, 69, 92, 0.8);*/
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
  }

 .faqs ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  .faqs ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
  }
  .faqs  ul li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .faqs  ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .faqs ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .faqs ul li:last-of-type {
    padding-bottom: 0;
  }
  .faqs  ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    right: 0;
  }
  .faqs ul li i:before, .faqs ul li i:after {
    content: "";
    position: absolute;
    background-color: rgb(206, 206, 206);
    width: 3px;
    height: 9px;
  }

  .faqs ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .faqs ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .faqs ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }

  .faqs ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  .faqs ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .faqs ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }

  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }

/* TESTIMONIALS */
 figure.snip1197 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    margin: 10px;
    min-width: 400px;
    max-width: 480px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1197 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  figure.snip1197 img {
    float: right;
    max-width: 40%;
    vertical-align: middle;
    border-radius: 0 8px 8px 0;
  }
  figure.snip1197 figcaption {
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px 0 0 8px;
  }
  figure.snip1197 blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
  }
  figure.snip1197 blockquote:before,
  figure.snip1197 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1197 blockquote:before {
    top: 25px;
    left: 20px;
  }
  figure.snip1197 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
  }
  figure.snip1197 .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
  }
  figure.snip1197 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
  }
  figure.snip1197 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
  }
  figure.snip1197 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
  }



  .error-message-input{
    margin: 0;
    font-size: 0.8rem;
    color:rgb(155, 42, 42)
  }


  .alert{
    padding: 10px 10px;
  }

  .alert-success{
     background-color: #acd1bb;
  }


  /* MODAL PREVIEW */
  #img-preview {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  /* #img-preview:hover {opacity: 0.7;} */

  /* The Modal (background) */
  .modal-preview {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }

  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }


  /* FORM INPUT */
.form-group{
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 15px;
}
.form-group>div{

}

.full-width{
    /* width: 100%; */
}
.input-label {
    font-size: 11px;
    /* text-transform: uppercase; */
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #2c2b2a;
    transition: 0.3s;
  }

  .input-block {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: 0.3s;
    justify-self: stretch;
  }
  .input-block input, .input-block textarea, .input-block select{
    outline: 0;
    border: 0;
    padding: 4px 0 0;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    min-height: 30px;
  }
 .input-block textarea{
    min-height: 200px;
    max-height: 200px;
  }
  .input-block input::-moz-placeholder, .input-block textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  .input-block input:-ms-input-placeholder, .input-block textarea:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  .input-block input::placeholder, .input-block textarea::placeholder{
    color: #ccc;
    opacity: 1;
  }
  .input-block:focus-within {
    /* border-color: #8c7569; */
    border-color: #709d65;
  }
  .input-block:focus-within .input-label {
    /* color: rgba(140, 117, 105, 0.8); */
    color: #709d65;
  }


  #my-selection span {
    font-size: 1.3rem;
  }

  #my-selection span i{
     color: var(--primary);
  }
  #my-selection span{
    margin: 0 5px;
  }
  .item-selection{
    position: relative;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #d1d0d0;
  }

  .selection-action{
    position: absolute;
    right: 0;
    top:5px
  }

  .btn-action-selection{
    border: none;
    background-color: #fff;
    margin: 0 5px;
  }

.btn-action-selection i{
    color: #929292;
    font-size: 1.2rem;
}

input::placeholder {
    padding-left: 10px; /* Adjust padding as needed */
}

input:-ms-input-placeholder {
    padding-left: 10px; /* Adjust padding as needed */
}

/* For Microsoft Edge */
input::-ms-input-placeholder {
    padding-left: 10px; /* Adjust padding as needed */
}

/* For Google Chrome, Safari, Opera */
input::-webkit-input-placeholder {
    padding-left: 10px; /* Adjust padding as needed */
}

#cookies-policy .cookiesBtn__link {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
#cookies-policy .cookies__details {
    color: var(--primary) !important;;
}

#cookies-policy .cookies__category input:checked+.cookies__box:after {
    background: var(--yellow-com) !important;

}

.link_consent{
    font-size: .8rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding: 15px;
    background-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
    align-self: baseline;
}
.link-btn{
    font-size: .8rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding: 15px;
    background-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
    align-self: baseline;
}


.link-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
    background-color: var(--yellow-com);
}

.link-btn:after {
    /* content: '»'; */
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    /* right: 2px; */
    transition: 0.5s;
    /* font-size: 30px; */
    display: flex;
    align-items: center;
}

.link-btn:hover:after {
    opacity: 1;
    right: 5px;
}


.service-swhocase{
    display: flex;
    /* background-color: #f5f5f5; */
    background-size: cover;
    background-position: center;
    min-height: 600px;
    /* margin: 15px 0; */

}
.right-service-swhocase{
    flex-direction: row;
}

.left-service-swhocase{
    flex-direction: row-reverse;
}
.left-service-swhocase .service-description{
    left: 10px;
}
.right-service-swhocase .service-description{
    right: 10px;

}

.box-service-description-swhocase{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 40%;

}
.service-description-swhocase{
    position: absolute;
    /* background: #fff; */
    background: rgb(255,255,255,0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    border-top: 1px solid #f5f5f5;
    margin: 0 5px;
}

.service-description-swhocase h1{
    font-size: 2rem;
    text-transform: uppercase;
}
.service-description-swhocase p{
    margin: 20px 0;
}

.service-description-swhocase .link-btn{
margin: 10px 0;
}



@media only screen and (max-width: 991px){
    .box-service-description-swhocase{
        width: 60%;
    }
}


@media only screen and (max-width: 767px){
    .box-service-description-swhocase{
        width: 100%;
    }
}


@media only screen and (max-width: 479px) {

    .box-service-description-swhocase{

        width: 100%;

    }
}
