
        .house-layout {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: auto;
        }

        .house-image {
            width: 100%;
            border-radius: 10px;
        }

        .layout-flex {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .image-col {
            flex: 1 1 45%;
        }

        .content-col {
            flex: 1 1 50%;
        }

       .social{
        margin-right: 5px;
    font-size: 21px;
    margin-top: 10px;
   
       }
        .socialcolor{
            color:var(--primary-color-1);
        }

 .span-1  { width: 60px; }
    .span-3  { width: 180px; }
    .span-2  { width: 120px; }
    .span-5 { width: 300px; }
 .timeline-wrapper {
            overflow-x: auto;
      white-space: nowrap;
          background-color: rgb(232, 234, 239);
    background-size: cover;
  padding:80px 0px 0px 60px ; 

        }

        .timeline-row {
            display: flex;
            /* margin-bottom: 10px; */
        }

        .label {
            font-weight: bold;
            font-size: 13px;
            /* background: #004b87; */
            color: #272424;
            border-radius: 6px;

            /* text-align: center; */
            white-space: nowrap;
        }

        .tile {
            background: #eee;
            /* margin-right: 0px;
      padding: 0px; */
            border-radius: 6px;
        }

        .tile img {
            width: 60px;
            height: 60px;
            object-fit: cover;

        }

        /* Custom widths based on data-col-span */


        @media (max-width: 768px) {
            .label {
                font-size: 11px;
                padding: 6px;
            }

            .tile img {
                width: 70px;
                height: 70px;
            }
        }

       .tile-inner {
  position: relative;
  display: inline-block;
}

.tile-caption {
    position: absolute;
    top: -28px;
    left: 0;
    width: 200%;
    background: white;
    color: black;
    font-size: 12px;
    text-align: center;
   
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 4px 4px 0 0;
}

.tile-inner:hover .tile-caption {
  opacity: 1;
}
 
.timeline-container {
      overflow-x: auto;
      white-space: nowrap;
      background: white;
      padding: 20px;
      border-radius: 10px;
    }

    .timeline-row {
      display: flex;
      align-items: center;
      /* margin-bottom: 15px; */
    }
 .company-label {
      background: #004b87;
      color: white;
      font-size: 13px;
      font-weight: bold;
    }

        .roof-section {
            padding: 30px;
            position: relative;
        }

       
        .slider-wrapper {
            position: relative;
            margin-top: 20px;
        }

        .slider-container {
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }



        .slider-card {
                flex: 0 0 135px;
            margin: 0 10px;
            background: #f9f9f9;
            border-radius: 8px;
            text-align: center;
            padding: 15px;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        }

        .slider-card img {
            width: 80px;
            height: 80px;
            margin-bottom: 10px;
        }
.time{
        width: 1650px;
}
.csr{
     text-align: center;
    padding-bottom: 5%;
}
.images1 {
      flex: 1 1 45%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .diamond1 {
      width: 150px;
      height: 150px;
      transform: rotate(45deg);
      overflow: hidden;
      border: 3px solid #e52424;;
    }

    .diamond1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: rotate(-45deg);
    }
    .content-box {
      flex: 1 1 45%;
    }

    .heading {
      font-size: 28px;
      font-weight: bold;
      color: #f44336;
      background-color: #ffecec;
      display: inline-block;
      padding: 10px 20px;
      margin-bottom: 20px;
      position: relative;
    }

    .heading::after {
      content: "";
      position: absolute;
      right: -20px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 20px;
      height: 20px;
      background: #ffecec;
    }

        .arrow-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.3);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: white;
            font-size: 20px;
            cursor: pointer;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .arrow-btn:hover {
            background: rgba(0, 0, 0, 0.5);
        }

        .arrow-left {
            left: -20px;
        }

        .arrow-right {
            right: -20px;
        }

        @media (max-width: 768px) {
            .layout-flex {
                flex-direction: column;
            }

       
        }

        .clickable-zone {
            position: absolute;
            /* width: 60px; */
            /* height: 60px; */
            /* background: #fff; */
            /* border: 2px solid #004b87; */
            /* border-radius: 50%; */
            /* text-align: center; */
            /* line-height: 60px; */
            font-size: 10px;
            font-weight: bold;
            color: transparent;
            /* cursor: pointer; */
            /* transition: 0.3s; */
        }

        .clickable-zone.selected {
            padding: 5px 10px;
            font-size: 10px;
            border-radius: 4px;
        }

        .clickable-zone span {
            background: var(--primary-color-1);;
            color: #fff;
            padding: 5px 10px;
            font-size: 10px;
            border-radius: 4px;
        }

        /* Zone positions */
        #topterrace {
            top: 16px;
            left: 54%;
        }
         #podium {
            top: 45px;
            left: 80%;
        }
        #attachedterrace {
            top: 80px;
            left: 78%;
        }

        #basement {
            bottom: 30px;
            left: 50%;
        }

        #driveway {
            top: 180px;
            left: 1%;
        }
        #externalwall {
            top: 90px;
            left: 16%;
}
        #basement {
            bottom: 52px;
            right: 16%;
        }
        #swimming{
            bottom: 10px;
            right: 20%;
        }

        #ramp {
           bottom: 60px;
           right: -5%;
        }

       #interior {
    top: 85px;
    right: 0%;
}

        .info-box {
            margin-top: 30px;
            padding: 20px;
            border: 1px solid #ccc;
            background: #f9f9f9;
            border-radius: 10px;
        }

        .info-box h3 {
            color: #004b87;
            font-size: 22px;
            margin-bottom: 10px;
        }

        .info-box p {
            font-size: 16px;
            color: #444;
            margin-bottom: 10px;
        }

        .read-more {
            display: inline-block;
            color: #0072bc;
            cursor: pointer;
            font-weight: bold;
            text-decoration: underline;
        }

        @media (max-width: 600px) {
            .clickable-zone {
                width: 45px;
                height: 45px;
                line-height: 45px;
                font-size: 8px;
            }

            .clickable-zone span,
            .info-box h3 {
                font-size: 8px;
            }
        }

        .zone-section {
            display: none;
        }

        .zone-section.active {
            display: block;
        }

    .diamond-wrapper {
    position: relative;
    width: 309px;
    height: 309px;
    margin: 10px auto 30px;
    }

    .diamond {
      position: absolute;
      width: 150px;
      height: 150px;
      overflow: hidden;
      transform: rotate(45deg);
      border-radius: 10px;
    }

    .diamond img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: rotate(-45deg);
    }

    .diamond.top {
      top: 0;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
     
    }

    .diamond.left {
      top: 50%;
      left: 0;
      transform: translateY(-50%) rotate(45deg);
    
    }

    .diamond.center {
      top: 75%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      z-index: 2;
     
    }

    .diamond.right {
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(45deg);
      
    }

    .diamond.bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
    }

    .description {
      font-size: 16px;
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.6;
      color: #555;
    }

    @media (max-width: 480px) {
      .diamond-wrapper {
        transform: scale(0.8);
      }

      /* h1 {
        font-size: 24px;
      } */

      .description {
        padding: 0 10px;
      }
    }
 
    /* <service> */
   
    .project-section {
      padding: 60px 0;
      background-color: #f8f9fa;
    }
 
    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .project-item {
      background-color: #fff;
      border-radius: 8px;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: 0.3s;
      margin-bottom: 30px;
    }

    .project-item:hover {
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

    .project-left {
      background-color: #ffe0b2; /* light orange */
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .project-left img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      object-fit: cover;
    }

    .project-content {
      padding: 30px 30px;
      text-align: justify;
    }

    .project-content p.fs-5 {
      color: #6c757d;
    }

    .project-content a.h4 {
      color: #212529;
      font-weight: 600;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
    }

    .project-content a.h4:hover {
      color: #d60a0a;
    }

    .project-content1 {
      padding: 30px 30px;
      text-align: justify;
    }

    .project-content1 p.fs-5 {
      color: #6c757d;
    }

    .project-content1 a.h4 {
      color: #212529;
      font-weight: 600;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
    }

    .project-content1 a.h4:hover {
      color: #d60a0a;
    }



    .project-content2 {
      padding: 30px 30px;
      text-align: justify;
    }

    .project-content2 p.fs-5 {
      color: #6c757d;
    }

    .project-content2 a.h4 {
      color: #212529;
      font-weight: 600;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
    }

    .project-content2 a.h4:hover {
      color: #d60a0a;
    }

    .btn-primary {
      background-color: #0d6efd;
      border: none;
    }

    .btn-primary:hover {
      background-color: #0b5ed7;
    }
/* vissio */
.vissotext{
       margin-top: -80px;
    /* margin-left: -28px; */
    padding-left: 17px;
}
@media (max-width: 480px) {
      .vissotext1 {
                margin-top: 0;
        padding-left: 0px;
       
      }
      .vissotext {
                margin-top: 15px;
       
       
      }
      .project-content2 a.h4 {
    margin-bottom: -24px;
    font-size: 18px;
}
    }
   

     @media (min-width: 768px) and (max-width: 979px) {
            .vissotext1 {
    margin-top: 10px;
        margin-bottom: -10%;}
        .vissotext {
    margin-top: 17px;
    margin-bottom: -10%;
        }
    
    .heading {
    font-size: 16px;}
 .container .col-md-5{ margin-bottom:30px; width: 100%; }
	
	.container .col-md-7{ margin-bottom:30px; width: 100%; }
       


        }
       /* <aboutimg> */
       .view{
  width: 147px;
  height: 147px;
  margin: 30px auto;
  /* border:3px solid #1d1f20;  */
  padding: 2px;
  overflow: hidden;
}

.view img{
  width: 100%;
  height: 100%;
  
  -webkit-filter: hue-rotate(180deg);
     -moz-filter: hue-rotate(180deg);
       -o-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
  
  -webkit-transition:all .5s ease-in-out;
     -moz-transition:all .5s ease-in-out;
       -o-transition:all .5s ease-in-out;
          transition:all .5s ease-in-out;
}

.view:hover img{
  -webkit-transform: scale(1.5) rotate(25deg);
     -moz-transform: scale(1.5) rotate(25deg);
       -o-transform: scale(1.5) rotate(25deg);
          transform: scale(1.5) rotate(25deg);
  -webkit-filter: hue-rotate(0);
     -moz-filter: hue-rotate(0);
       -o-filter: hue-rotate(0);
          filter: hue-rotate(0);
} 


/* about-----------
   */
    .aboutul {
      width: 70vmin;
      height: 70vmin;
      position: relative;
      list-style: none;
      padding: 0;
      margin: 0;
      filter: drop-shadow(0 0 10px hsla(0, 0%, 0%, 0.3));
      animation: r 4s forwards;
    }

     .aboutli{
      --h: calc(100% / 3);
      --w: calc(1.15470053838 * var(--h));
      --a: calc(0.28867513459 * var(--h));
      --d: calc(0.57735026919 * var(--h));
      height: var(--h);
      width: var(--w);
      position: absolute;
      animation: ir 4s forwards;
    }

    .aboutimg {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      --aw: 24.99999999999%;
      clip-path: polygon(
        var(--aw) 0,
        0 50%,
        var(--aw) 100%,
        calc(100% - var(--aw)) 100%,
        100% 50%,
        calc(100% - var(--aw)) 0);
            /* border: solid black 2px;
       */
    }

    .aboutli:hover {
      filter: drop-shadow(0 0 10px rgb(230, 176, 176));
      z-index: 10;
    }

    .aboutli:nth-of-type(1) {
      left: calc(50% - var(--a) - var(--d) * 0.5);
      top: 0;
    }

    .aboutli:nth-of-type(2) {
      left: calc(50% - var(--a) * 2 - var(--d) * 1.5);
      top: calc(var(--h) * 0.5);
    }

    .aboutli:nth-of-type(3) {
      left: calc(50% - var(--a) * 2 - var(--d) * 1.5);
      top: calc(var(--h) * 1.5);
    }

    .aboutli:nth-of-type(4) {
      left: calc(50% - var(--a) - var(--d) * 0.5);
      top: calc(var(--h) * 2);
    }

    .aboutli:nth-of-type(5) {
      left: calc(50% + var(--d) * 0.5);
      top: calc(var(--h) * 0.5);
    }

    .aboutli:nth-of-type(6) {
      left: calc(50% + var(--d) * 0.5);
      top: calc(var(--h) * 1.5);
    }

    @keyframes r {
      from {
        transform: rotate(180deg);
      }
      to {
        transform: rotate(0);
      }
    }

    @keyframes ir {
      from {
        transform: rotate(-360deg);
      }
      to {
        transform: rotate(0);
      }
    }
  /* social strt */

.containersocial {
  position: relative;
  
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform-style: preserve-3d;
  perspective: 500px;
  margin: auto;
}
.containersocial .box {
  position: relative;
  width: 275px;
  height: 200px;
  background: #000;
  transition: 0.5s;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 45px;
}
.containersocial:hover .box {
  transform: rotateY(25deg);
}
.containersocial .box:hover ~ .box {
  transform: rotateY(-25deg);
}
.containersocial .box:hover {
  transform: rotateY(0deg) scale(1.25);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0,0,0,0.5);
}
.containersocial .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.containersocial .box .imgBx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgb(235, 179, 179),#464545);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.containersocial .box:hover .imgBx:before {
  opacity: 1;
}
.containersocial .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containersocial .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 20px;
  align-items: flex-end;
  box-sizing: border-box;
}
.containersocial .box .content h2 {
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  transform: translateY(200px);
  transition-delay: 0.3s;
}
.containersocial .box:hover .content h2 {
  transform: translateY(0px);
}
.containersocial .box .content p {
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  transform: translateY(200px);
  transition-delay: 0.4s;
}
.containersocial .box:hover .content p {
  transform: translateY(0px);
}

@media (max-width: 480px) {
    .project-content1 {
        padding: 13px;
    }
    }
   

     @media (min-width: 768px) and (max-width: 979px) {
            
        }



/* social end */

/* above strip */

.abovestrip{
    padding: 30px;
    margin-bottom: -45px;
}
@media (max-width: 480px) {
    .abovestrip {
        padding: 0px;
        margin-top: -25px;
        margin-bottom: -25px;
    }
    }
   

     @media (min-width: 768px) and (max-width: 979px) {
             .abovestrip {
        padding: 0px;
        margin-top: -25px;
        margin-bottom: -25px;
    }
        }
/* ------------------- */

/* board */


     
/* company-label */

.company{

    font-weight: 700;
    font-size: 18px;
}

/*-------house------- */

  .house-layout {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: auto;
        }

        .house-image {
            width: 100%;
            border-radius: 10px;
        }

        .layout-flex {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .image-col {
            flex: 1 1 45%;
        }

        .content-col {
            flex: 1 1 50%;
        }

        /* @media (max-width: 768px) {
  .layout-flex {
    flex-direction: column;
  }
} */
        .roof-section {
            padding: 30px;
            position: relative;
        }

        /* h2, h3 {
      color: #004b87;
    } */

        .read-more {
            color: #0072bc;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

        .slider-wrapper {
            position: relative;
            margin-top: 20px;
        }

        .slider-container {
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }



        .slider-card {
            /* flex: 0 0 300px; */
            margin: 0 10px;
            background: #f9f9f9;
            border-radius: 8px;
            text-align: center;
            padding: 15px;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        }

        .slider-card img {
            width: 80px;
            height: 80px;
            margin-bottom: 10px;
        }

        .arrow-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.3);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: white;
            font-size: 20px;
            cursor: pointer;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .arrow-btn:hover {
            background: rgba(0, 0, 0, 0.5);
        }

        .arrow-left {
            left: -20px;
        }

        .arrow-right {
            right: -20px;
        }

        @media (max-width: 768px) {
            .layout-flex {
                flex-direction: column;
            }

    /* .slider-card {
        flex: 0 0 80%;
      } */

      /* .arrow-btn {
        display: none;
      } */
        }

        .clickable-zone {
            position: absolute;
            /* width: 60px; */
            /* height: 60px; */
            /* background: #fff; */
            /* border: 2px solid #004b87; */
            /* border-radius: 50%; */
            /* text-align: center; */
            /* line-height: 60px; */
            font-size: 10px;
            font-weight: bold;
            color: transparent;
            /* cursor: pointer; */
            /* transition: 0.3s; */
        }

        .clickable-zone.selected {
            padding: 5px 10px;
            font-size: 10px;
            border-radius: 4px;
        }

        .clickable-zone span {
            background: #e10404;
            color: #fff;
            padding: 5px 10px;
            font-size: 10px;
            border-radius: 4px;
        }

        /* Zone positions */

#External {
    top: 133px;
    left: 25%;
}


#Top {
    top: 44px;
    left: 56%;
}


#Podium {
    top: 73px;
    left: 81%;
}


#Attached{
    top: 139px;
    right: -7%;
}



#Ramp {
    top: 240px;
    right: -6%;

}


#Basement {
    bottom: 95px;
    right: 17%;
}



#Swimming {
    bottom: 31px;
    left: 58%;
}




#Wet {
    bottom: 198px;
    right: 32%;
}


#Driveway {
    top: 265px;
    left: 12%;
}




        .info-box {
            margin-top: 30px;
            padding: 20px;
            border: 1px solid #ccc;
            background: #f9f9f9;
            border-radius: 10px;
        }

        .info-box h3 {
            color: #004b87;
            font-size: 22px;
            margin-bottom: 10px;
        }

        .info-box p {
            font-size: 16px;
            color: #444;
            margin-bottom: 10px;
        }

        .read-more {
            display: inline-block;
            color: #e10404;
            cursor: pointer;
            font-weight: bold;
            text-decoration: underline;
        }

        @media (max-width: 600px) {
            .clickable-zone {
                width: 45px;
                height: 45px;
                line-height: 45px;
                font-size: 8px;
            }

            .clickable-zone span,
            .info-box h3 {
                font-size: 8px;
            }
        }
@media (max-width: 480px) {
    .clickable-zone {
                width: 103px;
              }

#External {
    top: 71px;
    left: 16%;
}


#Top {
    top: 15px;
    left: 55%;
}


#Podium {
    top: 36px;
    left: 79%;
}


#Attached{
  
    top: 70px;
        right: -11%;
}



#Ramp {
    top: 150px;
    right: -18%;

}


#Basement {
    bottom: 52px;
    right: 7%;
}



#Swimming {
    bottom: 13px;
    left: 52%;
}




#Wet {
    bottom: 156px;
    right: 22%;
}


#Driveway {
    top: 184px;
    left: -6%;
}






    }
   

     @media (min-width: 768px) and (max-width: 979px) {
             .clickable-zone {
                width: 128px;
              }

#External {
    top: 133px;
    left: 25%;
}


#Top {
           top: 65px;
}


#Podium {
   top: 87px;
}


#Attached{
    top: 161px;
        right: -2%;
}



#Ramp {
  top: 313px;
        right: -9%;

}


#Basement {
   bottom: 112px;
        right: 13%;
}



#Swimming {
    bottom: 31px;
    left: 58%;
}




#Wet {
    bottom: 318px;
        right: 28%;
}


#Driveway {
    top: 336px;
   
}



        }

        

        .zone-section {
            display: none;
        }

        .zone-section.active {
            display: block;
        }


 /* --------client---------------- */


/* --------company------------ */

  .client-slider {
  overflow-x: hidden;
  white-space: nowrap;
  padding: 10px 0;
  scroll-behavior: smooth;
  position: relative;
}

.client-logo {
  display: inline-block;
  margin: 0 15px;
     width: 245px;
    height: 115px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ---------------- */

        .flip-card {
      perspective: 1000px;
      height: 400px;
      position: relative;
      margin: 0;
    }

    .flip-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transform-style: preserve-3d;
      transition: transform 0.8s ease;
    }

    .flip-card.visible .flip-inner {
      transform: rotateY(180deg);
    }

    .flip-front, .flip-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border: 1px solid #ddd;
      overflow: hidden;
    }

    .flip-front {
      background: white;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 20px;
      padding: 20px;
    }

    .flip-back img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .flip-back {
      transform: rotateY(180deg);
    }




       
    .company-card {
      perspective: 1000px;
      height: 410px;
      overflow: hidden;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .company-card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform 1s ease;
    }

    .company-card.visible .card-inner {
      transform: rotateY(180deg);
    }

    .card-front, .card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 0;
      overflow: hidden;
    }

    .card-front {
      background: #f8f9fa;
    }

    .card-back {
      transform: rotateY(180deg);
    }

    .card-back img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.85;
    }

    .overlay-text {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: transparent;
      color: white;
      padding: 10px;
      font-size: 16px;
      text-align: center;
    }

    .overlay-text h3 {
      margin: 0;
      font-size: 30px;
    color: white;
        font-weight: 400;
    }

    .overlay-text a {
        padding-top: 2%;
      color: white;
      text-decoration: none;
      font-weight: normal;
    }

    .news{
      text-align: center; 
      background-color: #ebe7e7; 
      padding: 5%;
      margin: 3%;
        border-radius: 15px;
    }