html {
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  background-color:#1F1B24;
  color: white;

}
.highlight {
      animation: flash 0.5s alternate ease-in-out 4; 
    }
#loader-video {
    max-width: 100%;
    height: 100%;
    
    border-radius: 80px;
}
#gllart-bnt{
  top: 42.5%;
  background-color: #009063;
    cursor: pointer;
  text-align: center;
  position: fixed;
  
  right: 0;
  transform: translateY(-50%);
  
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  z-index: 1000;
}

.sticky-button {
  cursor: pointer;
  text-align: center;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ff5722;
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  z-index: 1000;
}

.sticky-button a {
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#resultValue{
  color: #01491a;
}
#resultModal{
   background: linear-gradient(135deg, #d72114, #9800b7, #02517b);
   position: fixed;
   z-index: 1200;

}
 @keyframes flash {
      0%   { background-color: rgb(19, 228, 247); }
      50%  { background-color: transparent; }
      100% { background-color: rgb(21, 235, 214); }
    }

#video-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 2s ease-in-out;
}

#video-loader.shrink {
    width: 100px;
    height: 60px;
    transform: translate(-15%, -50%) scale(0.2);
    top: 0;
    left: 0;
    opacity: 0;
}

#navbar {
    height: 150px;
    margin: auto;
    width: 90%;
    /* background-color: rgba(0, 0, 0, 0.414); */
    /* background-color: #4b3b4e; */
    /* background-color:  #f5f5dc; */
    background-color: #000000a3;
    display: grid;
    grid-template-columns: 25% 60% 15%;
    grid-template-rows: 70% 30%;
    /* border-radius: 10px; */

}

#navbar:hover {
    background-color: rgba(0, 0, 0, 0.841);
}

.hamburger {

    margin: auto;
    align-items: center;
    grid-column: 3/4;
    grid-row: 1/2;
    color: aliceblue;
    font-size: 30px;
    margin-top: 10px;
    display: inline;
    cursor: pointer;
}

#naveLine {
    grid-column: 1/ 4;
    grid-row: 2/3;
    height: 2px;
    background-color: rgb(255, 255, 255);
}

.ani1 {
    height: 100%;
    width: 20%;
    background-color: #3ffd35;
    animation-name: slideIn;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes slideIn {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(400%);

    }
}

#navItem {
    position: sticky;
    margin-top: 10px;
    grid-column: 1/4;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: auto;
}

.box1 {
    grid-column: 1/2;
    align-items: center;
    text-align: center;
}

.box2 {
    grid-column: 2/3;
    align-items: center;
    text-align: center;
}

.box3 {
    grid-column: 3/4;
    align-items: center;
    text-align: center;
}

.un1 {
    height: 2px;
    background-color: aliceblue;
    width: 50%;
    margin: auto;
}

a {
    color: white;
    text-decoration: none;
}

.nav-a:hover {
    font-size: 20px;
    color: rgb(0, 226, 30);

}

@keyframes slideInFromRight {
    from {
        right: -100%;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.togolmanu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgb(4, 78, 2);
    background-image: url("images/ChatGPT\ Image\ Apr\ 28\,\ 2025\,\ 12_25_38\ PM.png");
    text-align: center;
    z-index: 20;
    opacity: 0;
    animation: none;
}

.togolmanu.show {
    animation: slideInFromRight 0.5s forwards;
}

@keyframes slideOutToRight {
    from {
        right: 0;
        opacity: 1;
    }

    to {
        right: -100%;
        opacity: 0;
    }
}

.togolmanu.hide {
    animation: slideOutToRight 0.5s forwards;
}



ul {
    padding-top: 35%;
}


li {
    margin-top: 20px;
    color: aliceblue;
    list-style-type: none;
    font-size: 25px;
}



.material-symbols-outlined {

    margin-top: 60px;
    margin-left: 70%;
    font-size: 50px;
    color: aliceblue;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

#slideshow {
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    filter: contrast(150%);
}

    #mute-btn {
      position: absolute;
      top: 80%;
      right: 2px;
      z-index: 100;
      padding: 10px 20px;
      font-size: 16px;
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    #mute-btn:hover {
      background-color: rgba(0, 0, 0, 0.9);
    }

.image {
    position: relative;
    /* z-index: -2; */
    height: 100vh;

}

#man {
    display: none;
}

.logo {
    grid-column: 1/2;
    grid-row: 1/2;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.logo img {
    width: 100%;
    height: 100%;
}

.foter {
    width: 100%;
    text-align: center;

    background-color: rgba(0, 0, 0, 0.41);
    position: absolute;
    top: auto;
    bottom: 0px;
    display: flex;
    height: auto;
    padding: 29px 0px;
    color: aliceblue;
}

.foter h3 {
    font-family: Barlow;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    #navbar {
        width: 100%;
        height: 90px;
        grid-template-rows: 70%;
        grid-template-columns: 45% 40% 15%;
        background-color: rgba(0, 0, 0, 0.41);

    }
    #video-loader{
      display: none;
    }
  
    #navItem {
        display: none;
    }

    #man {
        display: block;
    }

    #naveLine {
        display: none;
    }

    .logo {
        margin-top: 10px;
        width: 90%;
    }

    .image {
        height: 250px;
    }

    .foter {
        padding: 10px 20px;
        width: 88vw;

    }

    .foter h3 {
        font-size: 12px;
    }
}

.nh {
    margin: 0;
    padding: 0;
}

.next {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgba(98, 91, 91, 0.095);
    height: auto;
    font-size: 35px;
    box-shadow:0px -10px 32px 0px  #269dd9;
    

}

.next h1 {
    margin: 0;
    padding-left: 20px;
    color: #0e5d0a;
}

.next h3 {
    padding-top: 35px;
    padding-left: 20px;
    margin: 0;
    /* padding: 0; */
}

.overviw {
    height:auto;
    display: flex;
}
.overback{
  margin: 0;
  padding: 0;
   background-image: url('images/ChatGPT\ Image\ 1205.png'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;

}
.text {
    width: 50%;
    height: 100%;

}

.dotted-underline {
    border-bottom: 2px dotted black;
    /* change color or thickness if you want */
    padding-bottom: 10px;
    /* optional: adds some space inside */
    display: inline-block;
    color: #F47920;
    width: 100%;
}

.sidebox {
    
    /* background-color: #313d47; */
    /* background: linear-gradient(135deg, #f9a825, #ffcc00, #0288d1); */
    margin: auto;
    width: 70%;
    height: 100%;
    color: white;
    /* box-shadow: 2px -2px 5px  #3ffd35; */

}


.sidetext {
    width: 90%;
    margin: auto;
    height: auto;
    overflow: hidden;
    
    margin-top: 8px;
}

.sidetext p {
    color: white;
    padding: 0;
    font-size: 22px;
    margin: 0;
    margin-top: 25px;
    border-bottom: 2px solid #F47920 ;
    /* solid = straight line */
    padding-bottom: 5px;

    width: 100%;
    display: inline-block;
}

.sidetext p:hover {
    font-size: 30px;
}

.sidetext h1 {
    padding: 0;
    margin: 0;
   

}

.texSide {
    height: 100%;
    width: 50%;
}

#textbox {
    margin: auto;
    width: 70%;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
#textbox h3{
  overflow: hidden;
}
#text-p10{
  font-size:18px;
}

@media (max-width: 768px) {
    .overviw {
        flex-direction: column;
        height: 1200px;
    }

    .text {
        width: 100%;
    }

    .texSide {
        width: 100%;
    }

    .sidebox {

        width: 100%;
    }

    #textbox {
        width: 90%;
    }

    .next {
        font-size: 25px;
    }

}

.map {
    display: flex;
    height:auto;
    

}

.maptext {
  
    
    width: 50%;

}

.mapalimat {
    margin: 10%;
    color: white;
    margin-top: 50px;
    


}


.mapalimat h1 {
    border-bottom: 1px solid #47eab9;
    /* solid = straight line */
    padding-bottom: 5px;
    font-size: 280%;
}

.mapalimat p {
    margin-top: 4%;
    border-bottom: 1px solid #26c15c;
    /* solid = straight line */
    padding-bottom: 5px;
    font-size: 170%;
}

.maplokation {
    width: 50%;
    height: auto;
}

.threeD {
    
    width: 100%;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
}

.threeD img {
    height: 100%;
    width: 100%;
}

.soler {
    margin-top: 100px;
    display: flex;
    height: 600px;
}

.solerimg {
    width: 100%;
    height: 100%;
    
}

@keyframes tanslat {
    from {
        left: -700px;
    }

    to {
        left: 0px;
    }
}

.tans {
    position: relative;
    /* margin-left: 100px; */
    margin: auto;
    height: 100%;

    width: 100%;
    object-fit: cover;
    overflow: hidden;

    animation: tanslat linear;
    animation-timeline: view();
    animation-range: entry 0;

}

.tans img {
    height: 100%;
    width: 100%;
}

.texts {
    width: 50%;
    height: 100%;
}

.texts1 {
    margin: auto;
    width: 75%;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.texts1 h1 {

    color: #8083ff;
}

.texts1 h3 {
    color: #009063;
}

@media (max-width: 768px) {
    .mapalimat h1 {
        font-size: 250%;
    }

    .mapalimat p {
        font-size: 120%;
    }

    .map {
        margin-top: 20px;
        flex-direction: column;
        height: 1000px;

    }

    .maptext {
      
        margin-top: 80px;
        width: 100%;
        margin-bottom: 0;
        height: 50%;
    }

    .maplokation {
        width: 100%;
        height: 400px;
      margin-top: 140px;
    
    }

    .soler {
        margin-top: 650px;
        flex-direction: column;
        height: 1400px;
    }

    .solerimg {
        width: 100%;
        height: 40%;
    }

    .texts {
        width: 100%;
        height: 50%;
    }

    .texts1 {
        font-size: 20px;
        width: 95%;
    }
  

}
.textcontent{
    color: white;
}
.foterx{
    background-color: #F47920;
    height: 600px;
    display: flex;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
#fasbook{
   font-size: 45px; 
}
#fasbook i {
    margin: 20px;
}
#instagram{
    font-size: 45px;
}
#instagram i {
    margin: 10px;
    padding: 0;
}

.logoitem{
    display: flex;
}
#contakt104{
  height: 110px;
  text-align: center;
  font-size: 40px;
  background-color:#00586c;
  color: white;
}

#contaktform{
    display: flex;
    width: 100%;
    height: 800px;
    
}
#contde{
    
    padding:150px 20px 20px 20px;
    
    width: 100%;
    height: 100%;
    

   
}
#contimg{
  width: 50%;
  height: 100%;
  /* overflow: hidden; */
  object-fit: cover;
}
#contimg h2{
  color: aliceblue;font-size:340%;width: 100%;
}
#contimg img{
  width: 100%;
  height: 100%;
}
@media (max-width: 768px){
  #contaktform{
    flex-direction: column;
  }
  #contde{
    width: 100%;
     /* padding:150px 20px 20px 20px; */
  }
  #contimg{
    width: 100%;
    height: 800px;
    
  }
  #contimg h2{
    font-size: 240%;
    text-align: center;
  }
  #contakt104{
    font-size: 20px;
    margin-top: 150px;
  }
}



/* code----------------------------------- */
    .calculator {
      align-items: center;
     
      padding: 2rem;
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
       height: 100%;
      width: 100%;
    }
    .calculator120{
      width: 50%;
      
    } 
    .contaktform120{
      /* background-image: linear-gradient(to bottom right, rgb(195, 0, 255), rgb(0, 255, 94)); */
      background-image: url('images/ChatGPT\ Image\ Apr\ 28\,\ 2025\,\ 12_25_38\ PM.png'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .contimg12 h2 {
      text-align: center;
      margin-bottom: 1.5rem;
      color: #ffffff;
      font-size: 50px;
     
    }

    .label-cal {
      margin-top: 2rem;
     color: white;
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 500;
    }

    .input-cal, select {
      color: #000;
      width: 100%;
      padding: 0.5rem;
      margin-bottom: 1rem;
      border: 1px solid #ccc;
      border-radius: 30px;
    }

    #button-cal {
      
      width: 100%;
      padding: 0.75rem;
      background: #2F4858;
      color: white;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s;
    }

    #button-cal:hover {
      background: #1f3340;
    }

    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      background: white;
      padding: 2rem;
      border-radius: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      text-align: center;
    }

    .modal-content h3 {
      color: #2F4858;
    }

    .close-btn {
      margin-top: 1rem;
      padding: 0.5rem 1rem;
      background: #e63946;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
    }

    .close-btn:hover {
      background: #b72f38;
    }

/* code------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/** Variables **/

:root {
  --color-background: #e7e7e7;
  --color-background-alt: #888888;
  --color-border-active: #da7105;
  --color-border-default: #d1d1d1;
  --color-highlight: #fdcf4c;
  --color-primary: #b64e08;
  --color-primary-active: #79320e;
  --color-text-default: #262626;
  --color-text-muted: #4f4f4f;

  --font-family-body: "Figtree", system-ui, sans-serif;
  --font-family-display: "Poppins", system-ui, sans-serif;
}

/** Base **/

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family-body);
  font-optical-sizing: auto;
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

[type="checkbox"],
[type="radio"],
[type="range"] {
  appearance: none;
  flex-shrink: 0;
  padding: 0;
  user-select: none;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="range"]:focus {
  outline: none;
}

/** Components **/

.fs-form {
  display: grid;
  row-gap: 1.5rem;
  
}

.fs-form:where(.fs-layout__2-column) {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

fieldset {
  display: grid;
  margin: 1.5rem 0;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
}

.fs-fieldset-title {
  color: var(--color-text-default);
  font-family: var(--font-family-display);
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  grid-column: 1 / -1;
}

.fs-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fs-label {
  color: var(--color-text-default);
  color: white;
  display: block;
  font-family: var(--font-family-display);
  font-size: 1rem;
  line-height: 1.25rem;
}

.fs-description {
  color: var(--color-text-muted);
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
}

.fs-button-group {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
  grid-column: 1 / -1;
}

.fs-button {
  background-color: var(--color-primary);
  border-radius: 9999px;
  color: white;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.75rem 2rem;
  transition-duration: 200ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fs-description{
    color: rgb(176, 176, 176);
}
.fs-button:hover {
  background-color: var(--color-primary-active);
}

.fs-button:focus-visible {
  background-color: var(--color-primary-active);
  outline: 4px solid var(--color-highlight);
}

.fs-input,
.fs-select {
  appearance: none;
  border-radius: 9999px;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-text-default);
  font-size: 1rem;
  height: 3rem;
  line-height: 1.5rem;
  outline: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fs-input:focus-visible,
.fs-select:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1px inset;
}

.fs-input::placeholder {
  color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.fs-checkbox-field,
.fs-radio-field {
  column-gap: 0.5rem;
  display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
  margin-top: 0.25rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
  align-items: center;
  display: flex;
  height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
  background-color: #fff;
  border: 1px solid var(--color-border-default);
  height: 1.25rem;
  width: 1.25rem;
}

.fs-checkbox {
  border-radius: 0.25rem;
}

.fs-radio {
  border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.fs-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
  border-color: var(--color-border-active);
  outline: 4px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-checkbox:checked:focus-visible,
.fs-radio:checked:focus-visible {
  border-color: transparent;
}

.fs-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.625em 1.625em;
  padding-right: 2.875rem;
}

.fs-slider {
  background: transparent;
  cursor: pointer;
  height: 1.25rem;
  width: 100%;
}

.fs-slider::-moz-range-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-webkit-slider-runnable-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-moz-range-thumb {
  background-color: var(--color-primary);
  border: none; /* Removes extra border that FF applies */
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}

.fs-slider::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 1.25rem;
  margin-top: -0.375rem; /* Centers thumb on the track */
  width: 1.25rem;
}

.fs-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-switch {
  background-color: var(--color-background-alt);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.75' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  cursor: pointer;
  height: 1.25rem;
  transition-duration: 200ms;
  transition-property: background-color, background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.5rem;
}

.fs-switch:checked {
  background-color: var(--color-primary);
  background-position: right center;
}

.fs-switch:focus-visible {
  outline: 4px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea {
  appearance: none;
  border-radius: 0.75rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-text-default);
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  resize: vertical;
}

.fs-textarea:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1px inset;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

/** Utilities **/

.col-span-full {
  grid-column: 1 / -1;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

.slider-label-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.25rem;
}

.slider-label-text {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-align: center;
  white-space: nowrap;
}




.threeD{
  font-family: 'Segoe UI', sans-serif;
      
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      padding: 30px;
      height: 500px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.slider12::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.slider12 {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
    .gallery-wrapper {
      margin-top: 30px;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      border: 2px solid rgba(255,255,255,0.1);
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(8px);
      max-width: 100%;
    }

    .slider12 {
      display: flex;
      gap: 20px;
      padding: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
    }

    .slide12 {
      flex-shrink: 0;
      position: relative;
    }

    .slide12 img {
      height: 260px;
      border-radius: 16px;
      object-fit: cover;
      box-shadow: 0 10px 20px rgba(0,0,0,0.7),
                  0 0 20px #00f0ff40;
      cursor: pointer;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .slide12 img:hover {
      transform: scale(1.08);
      box-shadow: 0 15px 30px rgba(0,0,0,0.8),
                  0 0 25px #ff6ec740;
    }

    .caption {
      text-align: center;
      margin-top: 10px;
      color: #ccc;
      font-size: 1em;
    }

    .arrows {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .arrow {
      pointer-events: all;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.3);
      color: #fff;
      font-size: 2rem;
      padding: 10px 15px;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }

    .arrow:hover {
      background: rgba(255,255,255,0.3);
    }

    /* Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.9);
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 10px;
      animation: fadeIn 0.5s ease;
      box-shadow: 0 0 30px #000;
    }

    .lightbox .close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      cursor: pointer;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }

    @media (max-width: 768px) {
      .slide img { height: 180px; }
      .caption { font-size: 0.9em; }
    }






















    footer {
        
      background: linear-gradient(135deg, hsl(283, 94%, 87%), #c021ff, #fa22a7);
      color: white;
      padding: 50px 20px 20px;
      position: relative;
      text-align: center;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1100px;
      margin: auto;
      text-align: left;
    }

    .footer-column {
      flex: 1 1 250px;
      margin: 20px;
    }

    .footer-column h3 {
      margin-bottom: 15px;
      font-size: 20px;
      color: #fff8e1;
      border-bottom: 2px solid #fff8e1;
      display: inline-block;
      padding-bottom: 5px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #fff8e1;
      transition: 0.3s;
    }

    .footer-column ul li a:hover {
      color: #ffe082;
    }

    .social-icons {
      margin-top: 20px;
    }

    .social-icons a {
      margin: 0 10px;
      display: inline-block;
      color: #fff;
      font-size: 24px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #ffeb3b;
      transform: scale(1.2);
    }

    .footer-bottom {
      margin-top: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      padding-top: 15px;
      font-size: 14px;
      color: #fffde7;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        text-align: center;
      }
      /* footer{
          margin-top: 250px;
      } */
      .footer-column {
        margin: 10px 0;
      }
      .threeD{
        margin-top: 400px;
        padding: 0;
      }
      .calculator120{
        width: 100%;
      }
    }




     /* updet on 19/10/2025 */

        :root {
      --card-w: 320px;
      --card-h: 420px;
      --gutter: 24px;
      --radius: 12px;
      --shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    * { box-sizing: border-box; }
    #card_body {
      
      
      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
      margin: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* background: linear-gradient(180deg, #034b7b, #000000); */
      
      color: #111827;
      flex-direction: column;
    }

  

    .wrap {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: var(--gutter);
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 10px;
      width: 100%;
    }

    .card {
      width: var(--card-w);
      height: var(--card-h);
      perspective: 1200px;
      flex: 0 0 auto;
    }

    .card-inner {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      transition: transform 2000ms cubic-bezier(.2, .9, .2, 1);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      cursor: pointer;
    }

    .card.is-flipped .card-inner {
      transform: rotateY(180deg);
    }

    .card-face {
      position: absolute;
      inset: 0;
      backface-visibility: hidden;
      border-radius: var(--radius);
      overflow: hidden;
    }

    .card-front img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .card-back1 {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px;
      transform: rotateY(180deg);
      /* background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(250,250,250,0.98)); */
      background-color: rgb(241, 126, 18);
      border: 1px solid rgba(0,0,0,0.04);
    }
     .card-back2 {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px;
      transform: rotateY(180deg);
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(250,250,250,0.98));
  
      border: 1px solid rgba(0,0,0,0.04);
    }
    .card-back3 {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px;
      transform: rotateY(180deg);
      /* background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(250,250,250,0.98)); */
      background-color: rgb(0, 151, 48);
      border: 1px solid rgba(0,0,0,0.04);
    }

    .card-back1 .content {
      text-align: center;
    }

    .card-back1 h3 { margin: 0 0 8px 0; font-size: 18px; }
    .card-back1 p { margin: 0; font-size: 14px; color: #374151; }


        .card-back2 .content {
      text-align: center;
    }

    .card-back2 h3 { margin: 0 0 8px 0; font-size: 18px; }
    .card-back2 p { margin: 0; font-size: 14px; color: #374151; }


        .card-back3 .content {
      text-align: center;
    }

    .card-back3 h3 { margin: 0 0 8px 0; font-size: 18px; }
    .card-back3 p { margin: 0; font-size: 14px; color: #374151; }

    .hint {
      font-size: 13px;
      color: #6b7280;
      text-align: center;
      margin-top: 18px;
    }           

    @media (max-width: 760px) {
      :root { --card-w: 280px; --card-h: 420px; }
      .wrap { flex-wrap: wrap; }
       #card_body{
        height: 1500px;
       }

    }

  .conted2{
    height: 100%;
  }