body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #F9F9FA;
}

body::-webkit-scrollbar-thumb {
  background: #25C281; 
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #25C281;
}

@font-face {
  font-family: 'BPG ExtraSquare Mtavruli';
  src: url('https://lockmaster.ge/fonts/BPGExtrasquareMtavruli.ttf') format('truetype');
}

@font-face {
  font-family: 'TBC Contractica CAPS';
  src: url('https://lockmaster.ge/fonts/TBCContracticaCAPS.ttf') format('truetype');
}

html, body {
font-family: 'BPG ExtraSquare Mtavruli', 'TBC Contractica CAPS', sans-serif;
cursor: default;
height: 100%;
margin: 0;
user-select: none;
}

.mobile-main, .desktop-main {
  display: none;
}

.desktop-main {
  width: 100%;
  height: 800px;
  background: url("../Desktop/Pngs/DESKTOP-BG.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.SERVICES-LIST {
  width: 100%;
  height: 750px;
  position: absolute;
  top: 50px;
  left: -75px;
  overflow: hidden;
  scale: 70%;
}

.SERVICE1 {
  width: 100%;
  height: 125px;
  position: relative;
  top: 0px;
  left: 50px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.SERVICE1TEXT1 {
  width: 100%;
  color: rgba(66,70,70,1);
  position: absolute;
  top: 0px;
  left: 105px;
  font-family: BPG ExtraSquare Mtavruli;
  font-weight: Regular;
  font-size: 44px;
  opacity: 1;
  text-align: left;
}
.SERVICE1TEXT2 {
  width: 699px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 59px;
  left: 105px;
  font-family: TBC Contractica CAPS;
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.SERVICE1PIC {
  width: 55px;
  height: 55px;
  background: url("../Desktop/SERVICE1PIC.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.SERVICE2 {
  width: 100%;
  height: 125px;
  position: absolute;
  top: 205px;
  left: 50px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.SERVICE2TEXT1 {
  width: 100%;
  color: rgba(66,70,70,1);
  position: absolute;
  top: 0px;
  left: 105px;
  font-family: BPG ExtraSquare Mtavruli;
  font-weight: Regular;
  font-size: 44px;
  opacity: 1;
  text-align: left;
}
.SERVICE2TEXT2 {
  width: 699px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 59px;
  left: 105px;
  font-family: TBC Contractica CAPS;
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.SERVICE2PIC {
  width: 55px;
  height: 55px;
  background: url("../Desktop/SERVICE2PIC.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.SERVICE3 {
  width: 100%;
  height: 125px;
  position: absolute;
  top: 410px;
  left: 50px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.SERVICE3TEXT1 {
  width: 100%;
  color: rgba(66,70,70,1);
  position: absolute;
  top: 0px;
  left: 105px;
  font-family: BPG ExtraSquare Mtavruli;
  font-weight: Regular;
  font-size: 44px;
  opacity: 1;
  text-align: left;
}
.SERVICE3TEXT2 {
  width: 699px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 59px;
  left: 105px;
  font-family: TBC Contractica CAPS;
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.SERVICE3PIC {
  width: 55px;
  height: 55px;
  background: url("../Desktop/SERVICE3PIC.svg");
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.SERVICE4 {
  width: 100%;
  height: 125px;
  position: absolute;
  top: 615px;
  left: 50px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.SERVICE4TEXT1 {
  width: 100%;
  color: rgba(66,70,70,1);
  position: absolute;
  top: 0px;
  left: 105px;
  font-family: BPG ExtraSquare Mtavruli;
  font-weight: Regular;
  font-size: 44px;
  opacity: 1;
  text-align: left;
}
.SERVICE4TEXT2 {
  width: 699px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 59px;
  left: 105px;
  font-family: TBC Contractica CAPS;
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.SERVICE4PIC {
  width: 55px;
  height: 55px;
  background: url("../Desktop/SERVICE4PIC.svg");
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.GALLERY-LIST {
  width: 1629px;
  height: 750px;
  position: absolute;
  top: 30px;
  left: -72px;
  overflow: hidden;
    scale: 70%;
}

.GALLERY-PIC-1, .GALLERY-PIC-2, .GALLERY-PIC-3, .GALLERY-PIC-4, .GALLERY-PIC-5, 
.GALLERY-PIC-6, .GALLERY-PIC-7, .GALLERY-PIC-8, .GALLERY-PIC-9, .GALLERY-PIC-10 {
  width: 283px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  overflow: hidden;
  will-change: transform, opacity;  /* Optimizing for animations */
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.GALLERY-PIC-1 { background-image: url('../Desktop/GALLERY-PIC-1.svg'); left: 0px; top: 0px; }
.GALLERY-PIC-2 { background-image: url('../Desktop/GALLERY-PIC-2.svg'); left: 323px; top: 0px; }
.GALLERY-PIC-3 { background-image: url('../Desktop/GALLERY-PIC-3.svg'); left: 646px; top: 0px; }
.GALLERY-PIC-4 { background-image: url('../Desktop/GALLERY-PIC-4.svg'); left: 969px; top: 0px; }
.GALLERY-PIC-5 { background-image: url('../Desktop/GALLERY-PIC-5.svg'); left: 1292px; top: 0px; }
.GALLERY-PIC-6 { background-image: url('../Desktop/GALLERY-PIC-6.svg'); left: 0px; top: 390px; }
.GALLERY-PIC-7 { background-image: url('../Desktop/GALLERY-PIC-7.svg'); left: 323px; top: 390px; }
.GALLERY-PIC-8 { background-image: url('../Desktop/GALLERY-PIC-8.svg'); left: 646px; top: 390px; }
.GALLERY-PIC-9 { background-image: url('../Desktop/GALLERY-PIC-9.svg'); left: 969px; top: 390px; }
.GALLERY-PIC-10 { background-image: url('../Desktop/GALLERY-PIC-10.svg'); left: 1292px; top: 390px; }





.desktop-main-pic {
  width: 753px;
  height: 824px;
  background: url(../Desktop/DESKTOP-MAIN-PIC-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 15px;
  left: 765px;
  overflow: hidden;
  transform: scale(0.45); 
  transition: transform 1s ease-in-out; 
}

.desktop-main-pic.animate {
  transform: scale(0.65);
}

.desktop-up {
  width: 1820px;
  height: 100px;
  position: absolute;
  top: 25px;
  left: -150px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-150px);
  transition: opacity 1s ease, transform 1s ease;
  scale: 70%;
}

.desktop-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.desktop-facebook {
  width: 55px;
  height: 54px;
  background: url(../Desktop/DESKTOP-FACEBOOK.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
  position: absolute;
  top: 25px;
  right: 0px;
  overflow: hidden;
  transition: 0.2s;
}
.desktop-facebook:hover {
  width: 55px;
  height: 54px;
  background: url(../Desktop/DESKTOP-FACEBOOK-HOVER.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 25px;
  left: 1765px;
  overflow: hidden;
  transition: 0.2s;
  transform: scale(1.2) rotate(-10deg);
  cursor: pointer;
}
.desktop-menu-bg {
  width: 100%;
  height: 100px;
  background: url("../Desktop/DESKTOP-MAIN-UP-BG.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.desktop-menu-line-bg {
  width: 520px;
  height: 8px;
  background: url("../Desktop/DESKTOP-MENU-LINE.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 83px;
  left: 352px;
  overflow: hidden;
}
.desktop-menu-gallery {
  width: 102px;
  height: 49px;
  background: url("../Desktop/DESKTOP-GALLERY.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 42px;
  left: 692px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
}

.desktop-menu-gallery.hovered {
  background-image: url("../Desktop/DESKTOP-GALLERY-HOVER.svg");
  transition: 0.2s;
}

.desktop-menu-gallery:hover {
  background: url("../Desktop/DESKTOP-GALLERY-HOVER.svg");
  transition: 0.2s;
}

.desktop-menu-services {
  width: 119px;
  height: 49px;
  background: url("../Desktop/DESKTOP-SERVICES.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 42px;
  left: 523px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
}

.desktop-menu-services.hovered {
  background-image: url("../Desktop/DESKTOP-SERVICES-HOVER.svg");
  transition: 0.2s;
}

.desktop-menu-services:hover {
  background-image: url("../Desktop/DESKTOP-SERVICES-HOVER.svg");
  transition: 0.2s;
}

.desktop-menu-main {
  width: 101px;
  height: 49px;
  background: url("../Desktop/DESKTOP-MAIN-HOVER.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 42px;
  left: 372px;
  overflow: hidden;
  cursor: pointer;
}

.desktop-menu-main:hover {
  background: url("../Desktop/DESKTOP-MAIN-HOVER.svg");
  transition: 0.2s;
}

.desktop-menu-main.hovered {
  background: url("../Desktop/DESKTOP-MAIN.svg");
  transition: 0.2s;
}

.desktop-logo {
  width: 135px;
  height: 80px;
  background: url("../Desktop/DESKTOP-LOGO.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 70px;
  overflow: hidden;
}
.desktop-main-left-frame {
  width: 870px;
  height: 766px;
  position: absolute;
  top: 40px;
  left: 40px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
  scale: 70%;
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* Container for the main gallery */
.desktop-main-gallery-frame {
  width: 870px;
  height: 426px;
  position: absolute;
  top: 340px;
  left: 0px;
  overflow: hidden;
}

/* Container for the gallery images */
.gallery-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transition: transform 1.5s ease-in-out; /* Slower transition for the entire gallery */
  margin-top: 75px;
}

/* Style for each gallery image */
.GALLERY-PIC-1-main,
.GALLERY-PIC-2-main,
.GALLERY-PIC-3-main {
  width: 283px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: transform 0.5s ease-in-out; /* Slight animation for each image */
}

/* Specific background for each image */
.GALLERY-PIC-1-main {
  background: url("../Desktop/GALLERY-PIC-1.svg");
}
.GALLERY-PIC-2-main {
  background: url("../Desktop/GALLERY-PIC-2.svg");
}
.GALLERY-PIC-3-main {
  background: url("../Desktop/GALLERY-PIC-3.svg");
}

/* Hover effect for images */
.GALLERY-PIC-1-main:hover,
.GALLERY-PIC-2-main:hover,
.GALLERY-PIC-3-main:hover {
  transform: scale(0.95); /* Slightly shrink image on hover */
}

/* Buttons for left and right navigation */
.desktop-gallery-right,
.desktop-gallery-left {
  width: 55px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out; /* Added smoother transition */
}

/* Right button background */
.desktop-gallery-right {
  left: 815px;
  background-image: url("../Mobile/MOBILE-GALLERY-PICS-RIGHT.svg");
}

/* Left button background */
.desktop-gallery-left {
  left: 740px;
  background-image: url("../Mobile/MOBILE-GALLERY-PICS-LEFT.svg");
}

/* Hover effects for navigation buttons */
.desktop-gallery-right:hover,
.desktop-gallery-left:hover {
  transform: scale(0.9) rotate(10deg); /* Slight scale and rotation on hover */
  opacity: 1;
}

/* Active effect for buttons */
.desktop-gallery-right:active,
.desktop-gallery-left:active {
  transform: scale(0.8) rotate(20deg); /* More pronounced effect when clicked */
}


.desktop-contactus-button {
  width: 337px;
  height: 77px;
  background: url("../Desktop/DESKTOP-CONTACT-US-BUTTON.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 230px;
  left: 7px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
}
.desktop-contactus-button:hover {
  background: url("../Desktop/DESKTOP-CONTACT-US-BUTTON-HOVER.svg");
  transform: scale(0.95);
  transition: 0.2s;
}
.desktop-mainTEXT-frame {
  width: 855px;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 7px;
  overflow: hidden;
}
.desktop-mainTEXT-1 {
  width: 855px;
  color: rgba(66,70,70,1);
  position: relative;
  top: 0px;
  left: 0px;
  font-family: 'BPG ExtraSquare Mtavruli';
  font-size: 60px;
  opacity: 1;
  text-align: left;
}
.desktop-mainTEXT-2 {
  width: 855px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 80px;
  left: 0px;
  font-family: 'TBC Contractica CAPS';
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.desktop-phone-number,
.desktop-phone-number2 {
  width: 267px;
  height: 50px;
  background: url("../Desktop/DESKTOP-PHONE-NUMBER.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 243px;
  left: 384px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9); /* Slight shrink effect */
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  display: block;
}

.hidden {
  display: none;
}

.fade-in {
  opacity: 1;
  transform: scale(1); /* Grows to normal size */
}

.fade-out {
  opacity: 0;
  transform: scale(0.9); /* Shrinks when hiding */
}






.mobile-main {
  width: 400px;
  height: 1282px;
  position: absolute;
  background: url("../Mobile/Pngs/MOBILE-BG.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0px;
  left: 0px;
}

.mobile-copyright {
  width: 400px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 1252px;
  left: 0px;
  font-family: 'TBC Contractica CAPS';
  font-size: 11px;
  opacity: 1;
  text-align: center;
  margin-bottom: 25px;
}

.mobile-gallery {
  width: 338px;
  height: 350px;
  position: absolute;
  top: 842px;
  left: 31px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.mobile-gallery-pic {
  width: 283px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 28px;
  overflow: hidden;
}

.mobile-gallery-right,
.mobile-gallery-left {
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
  position: absolute;
  top: 145px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
}

.mobile-gallery-right {
  background-image: url("../Mobile/MOBILE-GALLERY-PICS-RIGHT.svg");
  left: 283px;
}

.mobile-gallery-left {
  background-image: url("../Mobile/MOBILE-GALLERY-PICS-LEFT.svg");
  left: 0px;
}
.mobile-gallery-right:hover {
  background-image: url("../Mobile/MOBILE-GALLERY-PICS-RIGHT-HOVER.svg");
  left: 283px;
}

.mobile-gallery-left:hover {
  background-image: url("../Mobile/MOBILE-GALLERY-PICS-LEFT-HOVER.svg");
  left: 0px;
}

.mobile-gallery-right:active,
.mobile-gallery-left:active {
  transform: scale(0.9) rotate(10deg);
  opacity: 1;
  transition: 0.2s;
}
.mobile-gallery-right:hover,
.mobile-gallery-left:hover {
  transform: scale(0.9) rotate(10deg);
  opacity: 1;
  transition: 0.2s;
}


.mobile-mainTEXT {
  width: 360px;
  height: 225px;
  position: absolute;
  top: 584px;
  left: 20px;
  overflow: hidden;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.mobile-mainTEXT2 {
  width: 360px;
  color: rgba(66,70,70,1);
  position: relative;
  top: 0px;
  left: 0px;
  font-family: 'BPG ExtraSquare Mtavruli';
  font-size: 22px;
  opacity: 1;
  text-align: center;
  font-weight: bold;
}

.mobile-mainTEXT3 {
  width: 360px;
  color: rgba(66,70,70,0.800000011920929);
  position: absolute;
  top: 40px;
  left: 0px;
  font-family: 'TBC Contractica CAPS';
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

.mobile-main-pic {
  width: 360px;
  height: 394px;
  position: absolute;
  top: 130px;
  left: 20px;
  overflow: hidden;
  background: url("../Mobile/MOBILE-MAIN-PIC-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(0.75); 
  transition: transform 1s ease-in-out; 
}

.mobile-main-pic.animate {
  transform: scale(1);
}

.mobile-up {
  width: 360px;
  height: 192px;
  position: absolute;
  top: -220px; /* Start off-screen */
  left: 20px;
  transition: top 0.7s ease-in-out;
}

.mobile-up.animate {
  top: 20px; /* Final visible position */
}

.mobile-logo {
  width: 85px;
  height: 50px;
  background: url("../Mobile/MOBILE-LOGO.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.mobile-menu {
  width: 49px;
  height: 50px;
  background: url("../Mobile/MOBILE-MENU.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 311px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu:active {
  transform: scale(0.9) rotate(10deg);
  opacity: 0.8;
}
.mobile-menu:hover {
  transform: scale(0.9) rotate(10deg);
  opacity: 0.8;
}

.mobile-facebook {
  width: 49px;
  height: 50px;
  background: url("../Mobile/MOBILE-FACEBOOK.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 172px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-call {
  width: 49px;
  height: 50px;
  background: url("../Mobile/MOBILE-PHONE-NUMBER.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 242px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-call:active {
  transform: scale(0.9) rotate(10deg);
  opacity: 0.8;
}
.mobile-call:hover {
  transform: scale(0.9) rotate(10deg);
  opacity: 0.8;
}

.mobile-menu-list {
  width: 118px;
  height: 122px;
  position: absolute;
  top: 70px;
  left: 242px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.mobile-menu-list.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu-list-bg {
  width: 118px;
  height: 122px;
  background: url("../Mobile/MOBILE-MENU-LIST-BG.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.mobile-menu-main {
  width: 114px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 25px;
  left: 4px;
  font-family: 'BPG ExtraSquare Mtavruli';
  font-size: 14px;
  opacity: 1;
  text-align: center;
  cursor: pointer; /* Makes it clear it's clickable */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-main.active {
  transform: scale(1.15); /* Slightly enlarge */
  opacity: 0.8; /* Fade out effect */
}

.mobile-menu-services {
  width: 111px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 56px;
  left: 4px;
  font-family: 'BPG ExtraSquare Mtavruli';
  font-size: 14px;
  opacity: 1;
  text-align: center;
}
.mobile-menu-gallery {
  width: 109px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 86px;
  left: 4px;
  font-family: 'BPG ExtraSquare Mtavruli';
  font-size: 14px;
  opacity: 1;
  text-align: center;
  opacity: 0.5;
}

.MOBILE-SERVICES-LIST {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin-top: 125px;
}

@media (min-width: 600px) {
  .MOBILE-SERVICES-LIST {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .MOBILE-SERVICES-LIST {
    grid-template-columns: repeat(4, 1fr);
  }
}

.MOBILE-SERVICES-LIST > div {
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomInCool 1s ease-out forwards;
  transform: scale(0.8);
}

@keyframes zoomInCool {
  0% { transform: scale(0.8); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}

.MOBILE-SERVICE1PIC,
.MOBILE-SERVICE2PIC,
.MOBILE-SERVICE3PIC,
.MOBILE-SERVICE4PIC {
  font-family: "BPG ExtraSquare Mtavruli";
  font-size: 20px;
  font-weight: bold;
  color: #424646;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.MOBILE-SERVICE1TEXT1,
.MOBILE-SERVICE2TEXT1,
.MOBILE-SERVICE3TEXT1,
.MOBILE-SERVICE4TEXT1 {
  font-family: "TBC Contractica CAPS";
  font-size: 14px;
  color: #424646cc;
  text-align: center;
}

.MOBILE-SERVICE1TEXT2,
.MOBILE-SERVICE2TEXT2,
.MOBILE-SERVICE3TEXT2,
.MOBILE-SERVICE4TEXT2 {
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 10px;
}

/* Individual SVG backgrounds */
.MOBILE-SERVICE1TEXT2 { background-image: url('../Mobile/MOBILE-SERVICE1.svg'); }
.MOBILE-SERVICE2TEXT2 { background-image: url('../Mobile/MOBILE-SERVICE2.svg'); }
.MOBILE-SERVICE3TEXT2 { background-image: url('../Mobile/MOBILE-SERVICE3.svg'); }
.MOBILE-SERVICE4TEXT2 { background-image: url('../Mobile/MOBILE-SERVICE4.svg'); }
