:root {
    --white: #FFFFFF;
    --black: #000000;
}

/* =================================================== Interaction Library CSS Begins ===================================================*/
.pf-inter-lib {
    padding-top: 74px;
}
.pf-interLib-wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center;
}
.pf-interLib-title {
    margin-bottom: 22px;
    position: relative;
    font-size: 43px;
    line-height: 51px;
    font-weight: 700;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.pf-interLib-work-prog-btn {
    background-color: #292929;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    border-radius: 6px;
    /* position: absolute;
    right: 28%;
    top: 50%;
    transform: translate(50%, -50%);    */
}
.pf-intreLib-cont {
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}
@media only screen and (max-width: 768px) { 
    .pf-interLib-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pf-interLib-title {
        font-size: 36px;
        flex-direction: column;
        gap: 14px;
    }
    .pf-intreLib-cont {
        font-size: 16px;
    }
}
/* =================================================== Interaction Library CSS Ends ===================================================*/
/* =================================================== Everything app CSS Begins ===================================================*/
.pf-everything-app {
    margin-bottom: 120px;
}
.pf-everything-app-wrap {
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}
.pf-everythingApp-img-cont {
    background-color: #F5FAFE;
    padding: 16px 50px;
    text-align: center;
    /* margin-bottom: 40px; */
}
.pf-everything-app-img-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 147px;
}
.pf-everythingApp-img-cont img {
    width: 325px;
    height: auto;
}
.pf-everythingApp-title {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 22px;
}
.pf-everythingApp-cont {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}
@media only screen and (min-width: 1520px) { 
    .pf-everythingApp-cont {
        font-size: 16px;
    }
}
@media only screen and (max-width: 998px) {  
    .pf-everything-app-img-list {
        flex-direction: column;
        margin-bottom: 80px;
        gap: 80px;
    }
}
@media only screen and (max-width: 768px) { 
    .pf-everything-app {
        margin-bottom: 62px;
    }
}
@media only screen and (max-width: 576px) {
    .pf-everythingApp-img-cont {
        padding: 16px 20px;
    }
    .pf-everythingApp-img-cont img {
        width: 230px;
    }
}
/* =================================================== Everything app CSS Ends ===================================================*/
/* =================================================== Fun thing Image container CSS Begins ===================================================*/
.pf-funthing-img-container {
    margin-bottom: 120px;
}
.pf-funthing-img-wrap {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #E1F2FF;
}
.pf-funthing-img-wrap {
   display: flex;
   flex-direction: column;
   gap: 72px; 
}
.pf-funthings-img-cont {
    display: flex;
    justify-content: center;
    gap: 72px;
}
.pf-funthings-img-cont img {
    width: 340px;
    height: auto;
}
@media only screen and (max-width: 998px) { 
    .pf-funthings-img-cont, .pf-funthing-img-wrap {
        gap: 56px;
    }
    .pf-funthings-img-cont img {
        width: 280px;
    }
}
@media only screen and (max-width: 768px) {
    .pf-funthing-img-container {
        margin-bottom: 62px;
    }
    .pf-funthings-img-cont, .pf-funthing-img-wrap {
        gap: 30px;
    } 
    .pf-funthings-img-cont img {
        width: 220px;
    }
}
@media only screen and (max-width: 580px) { 
    .pf-funthing-img-wrap {
        padding: 60px 0;
    }
    .pf-funthings-img-cont {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pf-funthings-img-cont img {
        width: 260px;
    }
}
/* =================================================== Fun thing Image container CSS Ends ===================================================*/
/* =================================================== Mail format CSS Begins ===================================================*/
.pf-mail-format {
    margin-bottom: 120px;
}
.pf-mail-format-wrap {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}
.pf-mail-format-img-cont img {
    width: 100%;
    height: auto;
}
.pf-more-project-content {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    max-width: 592px;
    margin: 0 auto;
}

/* =================================================== Mail format CSS ends ===================================================*/
/* =================================================== Device Toggle CSS Begins ===================================================*/

.pf-fun-device-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-toggle {
  background: #F5F5F5;
  border: 1px solid #E3E3E3;
  padding: 5px;
  border-radius: 32px;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #ddd;
}

.toggle-button {
  display: flex;
  align-items: center;
}

.option {
  width: 90px;
  height: 38px;
  margin: 0 5px;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  font-size: 24px;
}

.option.active {
  background-color: #292929;
  color: white;
  /* box-shadow: 0px 3px 3px 0px #00000029; */
}

.content {
  margin-top: 90px;
}
.option.active svg path {
    fill: var(--white);
}


.device-toggle .option.active svg {
    
    --black: #FFFFFF;
    
    transform: scale(1.1);
    transition: transform 0.2s, fill 0.2s;
}


.device-toggle .option svg {
    transform: scale(1);
    transition: transform 0.2s, fill 0.2s;
}

/* 
.pf-everything-app-img-list {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.pf-everythingApp-img-cont img {
  width: 200px;
  height: auto;
  transition: transform 0.3s;
}

.pf-everythingApp-img-cont img:hover {
  transform: scale(1.05);
} */
.slider {
  position: absolute;
  width: 90px;
  height: 38px;
  border-radius: 90px;
  background-color: #292929;
  top: 0;
  left: 0;
  transform: translateX(0px);
  transition: transform 0.4s ease;
  z-index: 1;
  box-shadow: 0px 3px 3px 0px #00000029;
}

.toggle-button {
  position: relative; /* Required for slider positioning */
}

.option {
  z-index: 2; /* So it stays above the slider */
}
