@font-face {
  font-family: "Helvetica-Bold";
  src: url(../font/helvetica-255/Helvetica-Bold.ttf);
}

@font-face {
  font-family: "Helvetica";
  src: url(../font/helvetica-255/Helvetica.ttf);
}

@font-face {
  font-family: "Alatsi-Regular";
  src: url(../font/Alatsi/Alatsi-Regular.ttf);
}

img {
  max-width: 100%;
  height: auto;
}

header {
  font-family: "Alatsi-Regular";
}

body {
  font-family: "Helvetica";
  font-size: 16px;
  color: var(--body-color);
}


.tionamv-constisnts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industry-solutions-section {
   background-color: #ffffff;
}

.solutions-content {
  padding-right: 30px;
}

.solutions-title-box {
  border: 2px solid #2563eb;
  padding: 12px 24px;
  margin-bottom: 24px;
  display: inline-block;
  background-color: transparent;
  border-radius: 4px;
}

.solutions-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 2px;
}

.solutions-heading {
  font-size: 36px;
  font-weight: 700;
  color: #110162;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: 2px;
}


.solutions-description {
  font-size: 16px;
  color: #000;
  margin-bottom: 32px;
  max-width: 90%;
}

.solutions-description p {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size:16px;
}
.row align-items-center-1 {
    align-items: flex-start !important;
}
.page-id-2961 .singlesnpel.bloaks-div-asccmc.our_industryTxt  {
  margin-top: 40px ;
  margin-bottom: 40px ;
}

.page-id-445 .newsletter-field {
  margin: 40px 0;
}

.page-id-1252 .newsletter-field {
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-id-1088 .newsletter-field {
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-id-1057 .newsletter-field {
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-id-1054 .newsletter-field {
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-id-445 .services_block {
    background-color: #E8E1F063;
}
.page-id-598 .newsletter-field {
    margin-bottom: 40px;
}
.page-id-1832 .newsletter-field {
    margin-bottom: 40px;
}
.page-id-1189 .newsletter-field {
    margin-bottom: 40px;
}
.page-id-2249 .secton-ceolotr-je {
    margin-top: 0px;
}
.page-id-857 .secton-ceolotr-je {
    margin-top: 0px;
}
@media (max-width: 768px) {
  .industry-solutions-section {
        padding: 0px ;
    }

  .solutions-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .solutions-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .solutions-title-box {
    margin-bottom: 20px;
  }

  .solutions-description {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .solutions-heading {
    font-size: 24px;
  }

  .solutions-title {
    font-size: 14px;
  }

  .solutions-cta {
    padding: 12px 24px;
    font-size: 14px;
  }
}
/* industries-main */
.service-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 360px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.3s ease;
}

.service-card:hover .card-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* Normal content */
.normal-content {
    position: absolute;
    bottom: 85px;
    left: 55px;
    right: 30px;
    z-index: 2;
    opacity: 1;
    transition: all 0.3s ease;
}

.normal-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 600;
}

.normal-content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.normal-content li::before {
    content: "";
    background-image: url("https://rishfotech.com/rishfotech-new-dev/wp-content/uploads/2025/09/a89978aecb7ada6170edfeb6d4c4d36ed76bf8ca.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.service-card:hover .normal-content {
    opacity: 0;
    transform: translateY(-10px);
}

.service-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

/* Hover content  */
.hover-content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

.service-description {
    font-size: 15px;
    line-height: 1.6;
}

.service-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-description li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.service-description li::before {
    content: "";
    background-image: url("https://rishfotech.com/rishfotech-new-dev/wp-content/uploads/2025/09/a89978aecb7ada6170edfeb6d4c4d36ed76bf8ca.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}

.service-button {
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
    display: none;
}

.read-button {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.read-button:hover {
    background-color: #ffffff;
    color: #000000;
}

@media (max-width: 768px) {
    .industry-services-section {
        padding: 60px 0;
    }
    
    .service-card {
        height: 280px;
        margin-bottom: 20px;
    }
    
    .normal-content {
        left: 25px;
        right: 25px;
        bottom: 60px;
    }
    
    .hover-content {
        left: 25px;
        right: 25px;
        top: 25px;
        bottom: 25px;
    }
    
    .service-title {
        font-size: 18px;
        line-height: 1.2;
    }
    
    .normal-content li {
        font-size: 14px;
        padding-left: 25px;
        margin-bottom: 6px;
    }
    
    .normal-content li::before {
        width: 16px;
        height: 16px;
        top: 1px;
    }
    
    .service-description {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .service-button {
        padding-top: 15px;
    }
    
    .read-button {
        padding: 8px 16px;
        font-size: 11px;
    }
}
@media (max-width: 480px) {
   .service-card{
     height: 390px!important;
   }
    .industry-services-section {
        padding: 40px 0;
    }
        .normal-content {
        left: 20px;
        right: 20px;
        bottom: 120px;
    }
}

/* industry-icon */
.my-industry-icons-section {
    padding: 4rem 2rem;
    min-height: 400px;
}

.my-icons-container {
    max-width: 900px;
    margin: 0 auto;
}

.my-icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.my-industry-icon-card {
   background: #e8e1f0fe;
   border-radius: 8px;
   /* remove padding, use flex instead */
   display: flex;
   justify-content: center;
   align-items: center;

   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 
               0 2px 4px -1px rgba(0, 0, 0, 0.06);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   opacity: 0;
   transform: translateY(20px);
   animation: fadeInUp 0.6s ease-out forwards;
   border: 1px solid rgba(226, 232, 240, 0.8);
   padding: 25px; 
}

.my-industry-icon-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
               0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.my-icon-wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 80px;
   width: 80px;
   border-radius: 50%; 
   background-color: #fff; 
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



.my-industry-icon {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
    filter: grayscale(0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
}


.my-industry-icon.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) translateY(0);
}


.my-industry-icon.fade-in {
    animation: fadeUpIn 0.6s ease-out forwards;
}

.my-industry-icon.fade-out {
    animation: fadeUpOut 0.4s ease-in forwards;
}

.my-industry-icon-card:hover .my-industry-icon.active {
    transform: translate(-50%, -50%) scale(1.1);
    filter: grayscale(0);
}

.my-icon-title h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin: 0;
    line-height: 1.4;
}

.my-no-icons {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #64748b;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeUpIn {
    from {
        opacity: 0;
        visibility: visible;
        transform: translate(-50%, -50%) translateY(20px);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) translateY(0);
    }
}

@keyframes fadeUpOut {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) translateY(0);
    }
    to {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%) translateY(-20px);
    }
}


@media (max-width: 768px) {
    .my-industry-icons-section {
        padding: 2rem 1rem;
    }
    
    .my-icons-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1.5rem;
    }
    
    .my-industry-icon-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .my-icons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .my-industry-icon-card {
        padding: 1rem;
    }
    
    
    
    .my-industry-icon {
        max-width: 48px;
        max-height: 48px;
    }

  }
  /* sub-service01 */
 
.industry-services-section {
    padding: 80px 0 40px 0;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.service-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; 
}

.service-image {
    flex: 0 0 300px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-text {
    flex: 1;
    padding: 0 20px;
}
.service-description h1,
.service-description h2,
.service-description h3 {
    color: #110162;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-description h1 {
    font-size: 28px;
    color: #110162;
}

.service-description h2 {
    font-size: 22px;
    color: #110162;
}

.service-description h3 {
    font-size: 18px;
    color: #110162;
}

.service-description p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #fff;
}

.service-description strong {
    color: #000;
    font-weight: 600;
}

@media (max-width: 992px) {
    .service-content {
        gap: 25px;
    }

    .service-image {
        flex: 0 0 250px;
    }

    .service-description h1 {
        font-size: 24px;
    }

    .service-description h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .industry-services-section {
        padding: 50px 0;
    }

    .service-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0;
    }

    .service-image {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .service-text {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .services-container {
        padding: 0 15px;
    }

    .service-description h1 {
        font-size: 20px;
    }

    .service-description h2 {
        font-size: 18px;
    }

    .service-description h3 {
        font-size: 16px;
    }

    .service-description {
        font-size: 12px;
    }
}

  /* sub-service02 */
  .containerservice2{
    max-width: 1200px;
    background-color: #E8E1F04D;
    margin: 0 auto;
    padding: 40px 40px;
  }
.sub-services-section {
  background-image: url("https://rishfotech.com/rishfotech-new-dev/wp-content/uploads/2025/09/Group-4-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  z-index: 1;
}
.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #110162;
  line-height: 1.3;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #110162;
  font-weight: 600;
  background: #b098d321;
  padding: 15px 70px;
  border-radius: 50px;
  display: inline-block;
}

.icon-box-item {
  padding: 18px 22px;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  background: white;
  border: 2px solid transparent; 
  border-image: linear-gradient(90deg, #110162, #F0EFF6) 1;
}

/* industries hover box */

.icon-box-item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 55%;
  background: #110162;
  border-radius: 2.5px;
}

.icon-box-content {
  padding-left: 14px;
}

.icon-box-text {
  font-size: 1rem;
  font-weight: 500;
  color: #2d3748;
  line-height: 1.5;
}

.icon-box-image {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
  filter: none;
  opacity: 0.85;
}

@media (max-width: 998px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 1rem;
    padding: 12px 50px;
  }

  .icon-box-item {
    padding: 16px 20px;
  }

  .icon-box-text {
    font-size: 0.95rem;
  }

  .icon-box-image {
    width: 42px;
    height: 42px;
  }
}
/* terms_&_conditions */
.terms-conditions-section{
    padding: 50px 20px;
    background-color: #f4f4f4;
}
.terms-container{
    max-width: 1200px;
    margin: 0 auto;
}
.terms-content{
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.terms-header{
    text-align: center;
    margin-bottom: 20px;    
}
.terms-title{
    font-size: 32px;
    color: #110162;
    font-weight: 700;
    margin: 0;
}
.terms-text{
    line-height: 1.6;
    color: #000; 
}
.terms-description{
    font-size: 16px;
}
.no-terms-conditions{
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #666;
}