body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  font-family: "f1" !important;

}

:root {
  --primary: #0C2773;
  --secondary: #FFE401;
}

/* ::-webkit-scrollbar {
    width: 6px;
} */

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #FFE401;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  border-radius: 10px;
  border: 3px solid #ffffff;
}

a {
  text-decoration: none !important;
  color: #949494;
}

.owl-dots,
.owl-nav {
  display: none;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #949494 !important;
  /* letter-spacing: 1.5px; */
}

ul {
  list-style: none;
  padding-left: 0 !important;
  margin: 0 !important;
}

@font-face {
  font-family: "f1";
  src: url("../fonts/Poppins-Regular.otf");
}

@font-face {
  font-family: "f2";
  src: url("../fonts/Poppins-Medium.otf");
}

@font-face {
  font-family: "f3";
  src: url("../fonts/Poppins-Bold.otf");
}

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

@font-face {
  font-family: "f5";
  src: url("../fonts/GeorgiaPro-SemiBold.ttf");
}

@font-face {
  font-family: "f6";
  src: url("../fonts/GeorgiaPro-Bold.ttf");
}

.clrw {
  color: #fff !important;
}

.clrb {
  color: #0C2773;
}

/* common */
.w-95 {
  margin: auto !important;
  width: 95% !important;
}

.w-90 {
  margin: auto !important;
  width: 90% !important;
}

.w-60 {
  margin: auto !important;
  width: 60% !important;
}

.w-33 {
  margin: auto !important;
  width: 33.3% !important;
}

.w-80 {
  margin: auto !important;
  width: 80% !important;
}

.w-lg-70 {
  margin: auto !important;
  width: 70% !important;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.d-flex-ac {
  display: flex;
  align-items: center;
}

.d-flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d-flex-ac-jc {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center;
}

.d-flex-as-jc {
  display: flex;
  flex-wrap: wrap;
  align-items: start !important;
  justify-content: center;
}

.d-flex-ac-je {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: end !important;
}

.d-flex-ac-js {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: start !important;
}

.d-flex-ac-jb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.d-flex-as-jb {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}



/* common end */

/* button starts */

.btn-apply {
  background: #fff;
  color: #0C2773 !important;
  font-family: "f2";
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
}

/* button ends */


/* navbar starts */
@media (min-width:1440px) and (max-width:2560px) {
  .abt-top h2 {
    bottom: 22% !important;
    right: 25% !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .abt-top h2 {
    bottom: 4% !important;
  }

  .abt-right img {
    width: 100% !important;
    height: 100% !important;
  }

  .right-cont img {
    width: 200px !important;

  }
  /* about page */


}

@media (min-width:320px) and (max-width:426px) {

  .navbarscr img {
    width: 170px !important;
  }

  .navbarscr {
    padding: 0px !important;
  }
  .bg-n::before{
    width: 70%;
    margin: 0px auto;
    /* display: flex; */

     
  }

  .banner-content{
    /* width: 80% !important;
    margin: 0px auto; */
  }

  .banner-content h4 {
    font-size: 10px !important;
  }

  .banner-content h1 {
    font-size: 26px !important;
  }

  .banner-content h5 {
    font-size: 14px !important;

  }

  .right-cont-top {
    position: absolute;
    top: 9% !important;
  }

  .container {
    display: flex;
    align-items: center !important;
    justify-content: center;
    height: 100vh;
  }

  .abt-top img {
    width: 320px !important;
    height: 300px !important;
  }

  .abt-top h2 {
    font-size: 15px !important;
    bottom: 0% !important;
    right: 5%;
  }

  /* 
  .radial-btn {
    background: linear-gradient(90deg, #B37D2E 0%, #EDC35E 100%);
    border: 0px;
    padding: 3px 10px !important;
    border-radius: 5px;
  } */

  .sec-left {
    border: 1px solid #FFF3C1;
    border-left: 0px;
    border-radius: 0px 100px 100px 0px;
    background-color: #262626;
    padding: 20px;
    width: 100% !important;
    text-align: center;
  }

  .sec-center {
    border: 1px solid #FFF3C1;
    border-radius: 120px;
    background-color: #262626;
    padding: 20px;
    width: 100% !important;
    text-align: center;
    margin: 10px;
  }

  .sec-right {
    border: 1px solid #FFF3C1;
    border-right: 0px;
    border-radius: 100px 0px 0px 100px;
    background-color: #262626;
    padding: 20px;
    width: 100% !important;
    text-align: center;
  }

  .abt-box {
    width: 100% !important;
  }

  .abt-left {
    width: 100% !important;
    padding: 10px;
  }

  .abt-ryt {
    width: 100% !important;
  }

  .cmm-box {
    width: 90% !important;
  }

  .cmm_cont h5 {
    width: 100% !important;
  }

  .proj-img {
    width: 70% !important;
  }

  .client-content {
    width: 100% !important;
  }

  .client-bg {
    padding: 35px !important;
  }

  .carousell {
    grid-auto-columns: 5rem !important;
  }

  @keyframes animate {
    to {
      translate: calc(-5 *5rem);
    }
  }

  .consultation-bg {
    padding: 10px !important;
  }

  .serv-box {
    width: 80% !important;
  }

  .nav-social {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .nav-social ul {
    display: flex;
    flex-direction: row;
  }

  .map {
    width: 90% !important;
  }

  .contact-form {
    width: 90% !important;
  }

  .right-cont {
    position: absolute;
    bottom: 9% !important;
    width: 82% !important;
  }

  .desk-head {
    position: absolute;
    top: 0 !important;
    left: 7% !important;
  }

}

/* humbar menu */
.menu-btn {
  height: 32px;
  width: 40px;
  border: 0 !important;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  background: #fff;
  content: '';
  position: absolute;
  margin-top: 9px;
  transform: rotate(180deg);
  transition: .5s ease-in-out;
  /* animation: width_anim 0.5s infinite ease-in-out forwards alternate-reverse; */
  width: 28px;
  height: 3px;
  border-radius: 5rem;
}

.menu-btn span::before {
  animation-delay: 0.1s;
}

.menu-btn span::after {
  animation-delay: 0.2s;
}

.menu-btn span::before {
  margin-top: -8px;
}

.menu-btn span::after {
  margin-top: 8px;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span,
.menu-btn.active span::before,
.menu-btn.active span::after {
  animation: none;
}

.menu-btn.active span::before {
  margin-top: 0;
  transform: rotate(45deg);
}

.menu-btn.active span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

/* humbar menu */

.container {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100vh;
}

.navbarscr {
  position: fixed;
  top: 25px;
  width: 90%;
  padding: 3px 0;
  transition: background-color 0.3s ease;
  background-color: transparent;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  border-radius: 20px;
  border: 1px solid #949494;
}

.nav-item a {
  color: #fff;
}

.nav-item a.active {
  color: #D4A54C;
}

.navbarscr img {
  width: 200px;
}

.navbarscr .navbar-brands {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end !important;
  margin: auto !important;
  width: 60%;
}

.drop-head {
  position: relative;
}

.drop-head:hover .dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}

.drop-head .dropdown {
  position: absolute;
  top: 48px;
  left: -8px;
  padding: 10px;
  transition: background-color 0.3s ease;
  background-color: #000000ee;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  border-radius: 20px;
  border: 1px solid #949494;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;

}

/* animations starts */

/* Fade from Left */
@keyframes fadeFromLeft {
  from {
    opacity: 0;
    scale: 0.5;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

/* Fade from Right */
@keyframes fadeFromRight {
  from {
    opacity: 0;
    scale: 0.5;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}


html {
  scroll-behavior: smooth;
}

#cmm {
  scroll-margin-top: 100px;
}

.banner-content {
  animation: appear 1s linear;
}

.why_cmm {
  animation: appear 1s linear;
  animation-timeline: view();
  animation-range: entry 0;
}

.our_services {
  animation: appear 1s linear;
  animation-timeline: view();
  animation-range: entry 0;
}

.our-project {
  animation: appear 1s linear;
  animation-timeline: view();
  animation-range: entry 0;
}

.client-content {
  animation: appear 1s linear;
  animation-timeline: view();
  animation-range: entry 0;
}

.clients-cont {
  animation: appear 2s linear;
  animation-timeline: view();
  animation-range: entry 0;
}

.consult-content {
  animation: appear 2s linear;
  animation-timeline: view();
  animation-range: entry 0;
}

.sec-center {
  animation: appear 1s linear;
  animation-timeline: view();
  animation-range: entry 0;
}


.serv-box {
  animation: pulse 4s ease-in-out infinite !important;
}

.serv-box:nth-child(1) {
  animation-delay: 0s;
}

.serv-box:nth-child(2) {
  animation-delay: 0.1s;
}

.serv-box:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.cmm-box:nth-child(2) {
  transition-delay: 200ms;
}

.cmm-box:nth-child(3) {
  transition-delay: 400ms;
}

/* Attach animations to scroll */
.fade-left {
  animation: fadeFromLeft 1s both;
  animation-timeline: view();
  animation-range: entry 0;
}

.fade-right {
  animation: fadeFromRight 1s both;
  animation-timeline: view();
  animation-range: entry 0;
}

a {
  text-decoration: none;
}

.page-toggle {
  border: 2px solid #666;
  width: 25px;
  height: 50px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 17px;
}

.page-toggle::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #666;
  border-radius: 50%;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(15px);
    opacity: 0.6;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Top Glow Bar */
.top-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /* glow height */
  pointer-events: none;
  /* avoid blocking clicks */
  opacity: 0;
  transition: opacity 0.4s ease;
  background: linear-gradient(to bottom,
      rgba(249, 236, 120, 0.8),
      rgba(237, 255, 121, 0));
  box-shadow: 0 8px 20px rgba(244, 224, 122, 0.5);
  /* glow effect */
  z-index: 1000;
}

.top-glow .active {
  opacity: 1;
}




/* animation ends */


.dropdown li {
  padding-left: 12px !important;
}

.dropdown li:hover {
  border-radius: 0px 5px 5px 0px;
  background-color: #666;
  cursor: pointer;
}

.navbarscr .nav-bgs .nav-item {
  margin: 0 4px;
}

.navbarscr img {
  width: 270px;
}

.navbarscr .nav-bgs .nav-link {
  color: #949494;
  font-size: 14px;
  font-family: "f2";
}

.navbarscr .nav-bgs .nav-link:hover {
  color: #D4A54C;
}

.navbarscr .nav-bgs a.active {
  color: #D4A54C !important;
}

.navbarscr .nav-bgs .dropdown-menu {
  width: 100%;
  border-radius: 5px;
  border: none;
  display: none;
  background: #fff;
  box-shadow: 0px 10px 20px #00000026;
}




.bg-bl {
  /* background: #1A1A1A; */
  background-image: url("../img/bg.png"), linear-gradient(360deg, #1A1A1A 100%, rgba(26, 26, 26, 0) 100%);
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bg-bla {
  background: #1A1A1A;
  /* background-image: url("../img/bg.png"), linear-gradient(360deg, #1A1A1A 100%, rgba(26, 26, 26, 0) 100%); */
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}


.bg {
  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/home-banner.png"); */
  background-image: url("../img/castlelogo.png");
  width: 100%;
 
  object-fit: cover;
  object-position: center;
 
  /* background-repeat: round; */
  background-repeat: no-repeat;
    background-blend-mode: multiply; 
  position: relative;
}
.bg-n{
     position: relative;
     z-index: 2;
     
     
     }
 .bg-n::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/castled.png");
    background-repeat: no-repeat;
    background-size: 100%;    
    transform: translate(-10%,-25%); 
    /* width: 100%; */
    background-position: center;
    opacity: 0.25;          
    z-index: -1;

}    

.bg-im{
     width: 430px;
     /* height: 60vh; */
    position: absolute;
    object-fit: contain;
    object-position: center;
    top: 25%;
    left: 40%;
    opacity: 0.3;
     z-index: -1;
    /* left: 180px; */
    transform: translate(-50%,-50%);
  }

/* .bg1 {
   width: 100%;
  position: absolute;
} */

.contacts-bg {
  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/home-banner.png"); */
  background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/consult-bg.png");
  width: 100%;
  height: 60vh;
  object-fit: contain;
  object-position: center;
  background-repeat: round;
  position: relative;
}

.contact-bg {
  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/home-banner.png"); */
  background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/consult-bg.png");
  width: 100%;
  /* height: 60vh; */
  object-fit: contain;
  object-position: center;
  background-repeat: round;
  position: relative;
  /* padding: 48px 0; */
}

.about-bg {
  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/home-banner.png"); */
  background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/abt-banner.jpg");
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: center;
  background-repeat: round;
  position: relative;
}

.map {
  width: 50%;
  height: 100vh;

}

.map iframe {
  width: 100%;
  height: 100%;
}

.contact-form h2 {
  color: #fff !important;
  font-size: 26px;
  font-family: "f2";
}

.banner-content {
  width: 60%;
}

.banner-content h2 {
  color: #fff;
  font-family: "f2";
  font-size: 26px;
  margin: 40px 0px 20px 0px;
}






.banner-content h4 {
  color: #EEEEEE;
  font-family: "f2";
  /* margin-bottom: 0px; */
  /* margin-bottom: 20px;  */
  /* home */
  /* padding-bottom: 178px  ; */
  font-size: 20px;
 
}

.banner-content span {
  /* color: #EEEEEE; */
  font-family: "f2";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.08%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content h1 {
  color: #ffffff;
  font-family: "f5";
  margin-top: 20px;
  font-size: 66px;

}

.banner-content h5 {
  color: #949494;
  font-family: "f1";
  font-size: 15px;
  margin-top: 10px;
}

.three-d h2 {
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "f5";
  font-size: 30px;
  margin-bottom: 0;
}

.three-d-img {
  width: 70%;
  /* width: 100%; */
  height: 400px;
}

.three-d i {
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 50px;
}

.serv-car img {
  margin: 0px 20px;
  width: 180px;
}

.serv-car {
  gap: 20px;
}

.ser-imgs {
  width: 50%;
  position: relative;

}

.base-img {
  width: 70%;
  height: 3%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); */
}

.over-img {
  width: 60%;
  position: absolute;
  top: 65%;
  /* bottom: 50%; */
  right: 0px;
  border: 4px solid #fff;
  object-fit: contain;
  object-position: center;
  /* clip-path: path("M10,80 Q100,10 200,80 T400,80 Z"); */
    border-radius: 10px;
  /* clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); */
}

.gradient-text {
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "f5";
  font-size: 18px;

}

.radial-btn {
  background: linear-gradient(90deg, #B37D2E 0%, #EDC35E 100%) !important;
  border: 0px;
  padding: 7px 30px !important;
  border-radius: 5px;
  font-size: 15px;
}

.radial-btn a {
  color: #000000;
}

.modal-content{
  width: 100%!important;
  /* padding: 10px 0; */
   
    background-color: transparent;
  }
.modal-content button{
  background-color: transparent;
}
 
/* Make reCAPTCHA responsive */
.recaptcha-wrapper {
    transform-origin: 0 0;
}

@media (max-width: 768px) {
    .recaptcha-wrapper {
        transform: scale(0.8);   /* Shrink a bit for mobile */
    }
  }

@media (max-width: 500px) {
    .recaptcha-wrapper {
        transform: scale(0.85);   /* Shrink a bit for mobile */
    }
}

@media (max-width: 400px) {
    .recaptcha-wrapper {
        transform: scale(0.6);
    }
}



.enquiry-box {
  background: linear-gradient(85deg,
      #FEE831 0.53%,
      #F7AE22 23.36%,
      #F39B33 43.82%,
      #EA613C 67.6%,
      #E84D3B 99.47%);
  padding: 4px;
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  top: 37%;
  left: 50px;
  transform: rotate(90deg);
  transform-origin: left top;
  z-index: 9999;
  cursor: pointer;
}

.whats-box img {
  width: 60px;
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}

.enquiry-box h4 {
  color: #ffffff;
  font-size: 16px;
  font-family: "f2";
  padding: 10px;
  margin: 0;
  cursor: pointer;

}

.linear-border {
  border-radius: 10px 10px 0px 0px;
  padding: 2px;
  /* border: 3px solid transparent;
  border-image: linear-gradient(168.56deg, #EA5B3B 0.28%, #FDDB24 99.72%); */
  background: linear-gradient(85deg, #EA5B3B 0.28%, #FDDB24 99.72%);
}

.linear-border h4 {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(85deg, #FBC80F 0%, #EB693C 100%);

  /* background: linear-gradient(166.72deg, #FEE831 0.53%, #F7AE22 23.36%, #F39B33 43.82%, #EA613C 67.6%, #E84D3B 99.47%); */
}


/* popup tabs */

.tabs {
  text-align: center;
  margin-bottom: 20px;
  /* position: absolute;
  top: -60%; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.price-tabs {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.tab-btn {
  padding: 10px 20px;
  margin: 0 10px;
  background: #949494;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.tab-btn.active {
  background: #FBC80F;
}

.tab-btn:hover {
  background: #FBC80F;
}


.pricing-section {
  padding: 40px 0;
  background: radial-gradient(circle at center, #111 0%, #000 100%);
}

.pricing-table {
  width: 80%;
  margin: 0 auto 40px;
  border-collapse: collapse;
  color: #f5f5f5;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #d4af37;
  /* gold border */
  padding: 12px 16px;
}

.pricing-table th {
  background-color: #1a1a1a;
  color: #ffd700;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pricing-table tr:nth-child(even) {
  background-color: #111;
}

.pricing-table tr:nth-child(odd) {
  background-color: #1a1a1a;
}

.pricing-table td {
  color: #f8f8f8;
  font-size: 15px;
}

.painting-quote {
  color: #ffd700;
  margin-top: 30px;
}

.painting-quote h3 {
  border-bottom: 1px solid #ffd700;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.painting-quote p {
  margin: 5px 0;
  font-size: 16px;
  color: #eee;
}


.pricing-tabs p {
  color: #fff !important;
  width: 90%;
}


.why_cmm {
  /* background-color: #000; */
  text-align: center;
  margin-top: 100px;
}

.why_cmm h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-family: "f4";
  margin-top: 10px;
}

.why_cmm h5 {
  color: #949494;
  font-size: 15px;
  font-family: "f1";

}

.cmm_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmm_cont h5 {
  width: 40%;
  color: #949494;
  font-size: 16px;
  font-family: "f1";
  margin-top: 10px;
}

.cmm-box {
  border-radius: 15px;
  width: 30%;
  text-align: start;
  padding: 15px;
  background-color: #262626;
  /* border: 1px solid transparent;
  border-image-source: linear-gradient(249.57deg, #757575 0.79%, #FFF3C1 99.21%);
  border-image: linear-gradient(168.56deg, #EA5B3B 0.28%, #FDDB24 99.72%); */
  border: 1px solid #FFF3C1;

  /* border-image-source: linear-gradient(249.57deg, #757575 0.79%, #FFF3C1 99.21%); */


}

.cmm-box h5 {
  color: #fff !important;
  font-family: "f2";
  font-size: 16px;
  margin-top: 10px;
}

.cmm-box p {
  color: #949494 !important;
  font-family: "f1";
  font-size: 14px;
  margin: 0;
}

/* Services */
.serv-head {
  width: 90%;
  margin: auto;
}

.our_services h5 {
  color: #949494;
  font-size: 15px;
  font-family: "f1";
  margin-top: 20px;
}

.our_services h2 {
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 30px;
  font-family: "f4";
}

.our_services p {
  color: #fff !important;
  font-size: 15px;
  font-family: "f1";

}

.serv-img {
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}

.serv-box {
  width: 30%;
  text-align: start;
  padding: 40px !important;
}

.serv-box p {
  color: #949494 !important;
  font-size: 12px;
  font-family: "f1";
  margin-top: 5px;
  text-align: justify;
}

.serv-box-cont {
  width: 50%;
  text-align: justify;

}


.serv-box-cont p {
  color: #949494 !important;
  font-size: 12px;
  font-family: "f1";
  margin-top: 5px;
  text-align: justify;
}

.serv-box h2 {
  color: #fff;
  font-size: 16px;
  font-family: "f5";
  margin-top: 5px;
}

.serv-boxx-cont {
  width: 80%;
  text-align: justify;

}


.serv-boxx-cont p {
  color: #949494 !important;
  font-size: 12px;
  font-family: "f1";
  margin-top: 5px;
  text-align: justify;
}

.serv-boxx h2 {
  color: #fff;
  font-size: 16px;
  font-family: "f5";
  margin-top: 5px;
}


.serv-arrow {
  border: 1px solid #675319;
  border-radius: 50%;
  padding: 15px 15px;
  cursor: pointer;
  box-shadow: #FFD2304D -2px -4px 18px, #FFD2304D 10px 13px 40px;
}

.serv-btn {
  border: 1px solid #675319;
  border-radius: 10px;
  padding: 5px 15px;
  cursor: pointer;
  box-shadow: #FFD2304D -2px -4px 18px, #FFD2304D 10px 13px 40px;
}

.serv-arrow img {
  width: 15px !important;
}

.our_services .owl-nav {
  width: 90%;
  display: flex;
  justify-content: end;
  gap: 20px;
  position: initial !important;
  margin-top: 10px;
}


.cmm-img {
  cursor: pointer;
}

.cmm-img img {
  border: 1px solid #675319;
  border-radius: 10px;
  padding: 10px 12px;
  width: 60px;
  box-shadow: #FFD2304D -2px -4px 18px, #FFD2304D 10px 13px 40px;
}





/* about us */
.abt-bg {
  background-image: url("../img/abtus-bg.png");
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-position: center;
  object-fit: contain;
  background-size: contain;
}


.abt-us {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}

.abt-left {
  width: 50%;
  padding: 10px;
  animation: fadeFromLeft 1s both;
  animation-timeline: view();
  animation-range: entry 0;
}

.abt-ryt {
  width: 50%;
  padding: 10px;
  position: relative;
  padding-left: 20px;
  animation: fadeFromRight 1s both;
  animation-timeline: view();
  animation-range: entry 0;
}

.abt-left h6 {
  color: #949494 !important;
  font-size: 15px;
  font-family: "f1";
  margin-top: 20px;
}

.abt-left p {
  color: #949494 !important;
  font-size: 14px;
  font-family: "f1";
  text-align: start;
  margin-top: 20px;
}

.abt-left h2 {
  color: #fff !important;
  font-size: 36px;
  font-family: "f5";
  margin-top: 20px;
}

.abt-box {
  border: 1px solid #FFF3C1;
  border-radius: 15px;
  background-color: #262626;
  padding: 10px;
  width: 45%;
}

.abt-box:hover {
  border: 1px solid #FFF3C1;
  border-radius: 15px;
  background-color: #000000;
  padding: 10px;
  width: 45%;
  /* box-shadow: #FFD2304D 0px 2px 4px 0px, #FFD2304D 0px 2px 16px 0px; */
  /* box-shadow: #FFD2304D 0px 4px 16px, #FFD2304D 0px 8px 24px, #FFD2304D 0px 16px 56px; */
  box-shadow: #FFD2304D -2px -7px 18px, #FFD2304D 0px 17px 25px;
}

.abt-box h3 {
  color: #FFD230;
  font-size: 22px;
  font-family: "f5";
  text-align: start;
  margin-bottom: 3px;
}

.abt-box p {
  color: #949494 !important;
  font-size: 14px;
  font-family: "f1";
  text-align: start;
  margin: 0px;
}

.abt-ryt img {
  width: 90%;
  border-radius: 20px;
  position: relative;
}

.abt-msg {
  padding: 10px;
  color: #fff;
  transition: background-color 0.3s ease;
  background-color: #FFFFFF3D;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 80%;
}


.abt-msg h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "f2";
}

.abt-msg h6 {
  margin-bottom: 0;
  color: #949494;
  font-size: 11px;
  font-family: "f1";
  text-align: start;
  margin-top: 3px;
}

.abt-msg p {
  color: #fff !important;
  font-size: "14px";
  font-family: "f1";
  text-align: start;
  margin-bottom: 2px !important;
  width: 90%;
}

.abt-msg .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.abt-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.sec-left img {
  border: 1px solid #675319;
  border-radius: 10px;
  padding: 10px 12px;
  width: 60px;
  box-shadow: #FFD2304D -2px -4px 18px, #FFD2304D 10px 13px 40px;
}

.sec-center img {
  border: 1px solid #675319;
  border-radius: 10px;
  padding: 10px 12px;
  width: 60px;
  box-shadow: #FFD2304D -2px -4px 18px, #FFD2304D 10px 13px 40px;
}

.sec-right img {
  border: 1px solid #675319;
  border-radius: 10px;
  padding: 10px 12px;
  width: 60px;
  /* width: 100%; */
  box-shadow: #FFD2304D -2px -7px 18px, #FFD2304D 10px 13px 40px;
}

/* 
.sec-img {
  border: 1px solid #675319;
  border-radius: 10px;
  padding: 10px 12px;
  width: 60px;
} */

.sec-left {
  border: 1px solid #FFF3C1;
  border-left: 0px;
  border-radius: 0px 100px 100px 0px;
  background-color: #262626;
  padding: 20px;
  width: 30%;
  text-align: center;
}

.sec-center {
  border: 1px solid #FFF3C1;
  border-radius: 120px;
  background-color: #262626;
  padding: 20px;
  width: 30%;
  text-align: center;
}

.sec-right {
  border: 1px solid #FFF3C1;
  border-right: 0px;
  border-radius: 100px 0px 0px 100px;
  background-color: #262626;
  padding: 20px;
  width: 30%;
  text-align: center;
}

.abt-section p {
  color: #949494 !important;
  font-size: 13px;
  font-family: "f1";
  margin-bottom: 0 !important;
  width: 80%;
  margin: auto;
}

.abt-section h6 {
  color: #fff !important;
  font-size: 16px;
  font-family: "f2";
  margin-top: 10px;
}

.our-project h6 {
  color: #949494 !important;
  font-size: 15px;
  font-family: "f1";
  margin-top: 20px;
}

.our-project p {
  color: #949494 !important;
  font-size: 14px;
  font-family: "f1";
  text-align: start;
  margin-top: 20px;
}

.our-project h2 {
  color: #fff !important;
  font-size: 36px;
  font-family: "f5";
}

.our-project {
  margin-top: 30px;
  width: 90%;
  margin: auto;
}

.proj-img img {
  width: 100%;
}

.proj-img {
  width: 33.3%;
  position: relative;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  cursor: pointer;
}

.shad {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;

}


.proj-img h2 {
  font-size: 20px;
  font-family: "f2";
  position: absolute;
  left: 45px;
  bottom: 15px;
  transform: rotate(270deg);
  transform-origin: left bottom;
  display: block;
}

.proj-img h6 {
  font-size: 20px;
  font-family: "f2";
  color: #fff !important;

}

.proj-img button {
  font-size: 14px;
  color: #D4AF37 !important;
  background-color: #D4AF3740;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-family: "f2";
  color: #fff;
  /* position: absolute;
  top: 60%;
  left: 30%; */
  border: 1px solid #D4AF37;
  padding: 6px 40px;
  border-radius: 4px;
}

.proj-view {
  position: absolute;
  top: 40%;
  left: 30%;
}

.proj-bg {
  background: #000000B8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: none;
}

.proj-img:hover .proj-bg {
  display: block !important;
}

.proj-img:hover h2 {
  display: none !important;
  opacity: 0 !important;
}

.serv-head .serv {
  transform: rotate(314deg);
  transform-origin: left right;
}

/* client */
.client-bg {
  background-image: url("../img/client-bg.png");
  background-repeat: round;
  padding: 100px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.client-content {
  width: 70%;
  text-align: center;
}


.client-content h6 {
  color: #949494;
  font-size: 15px;
  font-family: "f1";
}

.client-content p {
  color: #949494 !important;
  font-size: 15px;
  font-family: "f1";
  margin-top: 20px;
  padding: 0px 10px;
}

.clients-cont {
  width: 100%;
  text-align: center;
}

.clients-cont h6 {
  color: #949494;
  font-size: 15px;
  font-family: "f1";
}

.clients-cont h2 {
  color: #fff !important;
  font-size: 36px;
  font-family: "f5";
}

.client-content h2 {
  color: #fff !important;
  font-size: 36px;
  font-family: "f5";
}

.client-content h5 {
  color: #fff !important;
  font-size: 18px;
  font-family: "f3";
  margin-top: 20px;
}

.carousell-border {
  margin-top: 40px;
  border-top: 1px solid#949494;
  border-bottom: 1px solid #949494;
  padding: 20px;
  background-color: #1A1A1A;
  width: 100%;
}

.carousell {

  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 16rem;
  justify-content: stretch;
  animation: animate 10s linear infinite;
  width: 100%;

}

@keyframes animate {
  to {
    translate: calc(-5 *16rem);
  }
}

.client-icons {
  font-size: 35px;
  font-weight: 600;
  color: #949494;
}

.consultation-bg {
  background-image: linear-gradient(360deg, #000000 0%, rgba(26, 26, 26, 0) 150%), url("../img/consult-bg.png");
  background-repeat: round;
  padding: 100px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-content {
  width: 60%;
  text-align: center;
}

.consult-content h6 {
  color: #fff !important;
  font-size: 16px;
  font-family: "f1";
}

.consult-content h2 {
  color: #fff !important;
  font-size: 36px;
  font-family: "f5";
  margin-top: 20px;
}

.consult-content p {
  color: #949494 !important;
  font-size: 15px;
  font-family: "f1";
  margin-top: 20px;
}

.foot_er {
  /* background-color: #262626; */
  width: 100%;
  padding: 30px 50px;
}

.foot_er h5 {
  font-size: 20px;
  font-family: "f2";
  color: #fff !important;
  margin-top: 20px;
}

.foot_er p {
  font-size: 12px;
  font-family: "f1";
  color: #fff !important;

}

.foot_er a {
  font-size: 12px;
  font-family: "f1";
  color: #fff !important;
  cursor: pointer;
}

.foot_er .icons {
  font-size: 15px;
  color: #fff !important;

}

.footer-bottom p {
  font-size: 15px;
  font-family: "f1";
}

.footer-bottom a {
  font-size: 15px;
  font-family: "f1";
}

/* owl style */
.review-card {
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "f1";
  font-size: 15px;
  max-width: 600px;
  margin: auto;
}

.review-card p {
  color: #333;
  font-family: "f1";
  font-size: 15px;
  margin-bottom: 12px;
}

.review-card h4 {
  font-size: 16px;
  color: #fff;
  font-family: "f2";
}

/* Style navigation arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  /* allow arrows to overlay content */
}

.owl-nav button {
  background: #444 !important;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  /* make arrows clickable */
  border: none;
  outline: none;
}

/* pop up */
/* Popup Background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

/* Popup Box */
.popup {
  position: relative;
  background: linear-gradient(to bottom, #1c1c1c, #2b2b2b);
  padding: 25px;
  border-radius: 12px;
  width: 350px;
  color: #fff;
  text-align: center;
  box-shadow: 1px 0px 10px 3px rgba(255, 170, 0, 0.6);
}

.popup h2 {
  color: #d4a017;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup label {
  display: block;
  text-align: left;
  margin: 10px 0 5px;
  font-size: 14px;
  color: #ddd;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.popup input,
.popup textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #555;
  background: #222;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.popup textarea {
  height: 80px;
  resize: none;
}

.popup button.submit {
  background: linear-gradient(to right, #ffd000, #ff9c00);
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

/* Close Button inside form */
.popup .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

/* contact form */
.contact-form {
  position: relative;
  background: linear-gradient(to bottom, #1c1c1c, #2b2b2b);
  padding: 25px;
  border-radius: 12px;
  width: 45%;
  /* height: auto; */
  /* height: 100vh; */
  color: #fff;
  text-align: center;
  box-shadow: 1px 0px 10px 3px rgba(255, 170, 0, 0.6);
}

.contact-form h2 {
  color: #d4a017;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.contact-form label {
  display: block;
  text-align: left;
  margin: 10px 0 5px;
  font-size: 14px;
  color: #ddd;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #555;
  background: #222;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-form textarea {
  height: 80px;
  resize: none;
}

.contact-form button.submit {
  background: linear-gradient(to right, #ffd000, #ff9c00);
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  width: 60%;
  margin-top: 10px;
}

/* Close Button inside form */
.contact-form .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

/* scroll effect */

.next-section {
  position: relative;
  color: white;
  padding: 100px 20px;
  /* min-height: 100vh; */
}

/* Glow effect (initially hidden) */
.next-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  /* below content if content has higher z-index */
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 196, 0, 0.95) 40%, rgba(255, 196, 0, 0.6) -37%, rgba(255, 196, 0, 0.35) 15%, rgba(255, 196, 0, 0.12) 52%, rgba(255, 196, 0, 0.06) 66%, transparent 80%);
  filter: blur(150px);
  will-change: transform, opacity, filter;

  /* subtle blending makes the glow nicer on dark backgrounds */
  mix-blend-mode: screen;
  /* try 'screen' or 'overlay' depending on bg */
  opacity: 0.98;
}


.why_cmm .content {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* Active state -> show glow */
.next-section.active::before {
  opacity: 1;
}

.abt-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
  margin-top: 30px;

}

.abt-content p {
  font-size: 12px;
  color: #fff !important;
  text-align: justify;

}

.abt-content h3 {
  font-size: 40px;
  /* background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: #fff;
  text-align: center;

}

.abt-top {
  position: relative;
}

.abt-top img {
  width: 250px;
  height: 300px;
  position: relative;
}

.abt-top h2 {
  position: absolute;
  bottom: -22%;
  right: 5%;
  color: #fff;
  font-size: 40px;
  width: 70%;
  font-weight: 700;
}

.abt-desk {
  border: 2px solid #FFF3C1;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}

.abt-right {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding: 30px;
}

.abt-right img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;


}

.right-cont {
  position: absolute;
  bottom: 17%;
  width: 70%;
  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/abt-right-img.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; */
}

.right-cont-top {
  position: absolute;
  top: 17%;
  width: 70%;
  z-index: 999;

  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/bath.jpg"); */
  /* background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  */
}

.right-cont img {
  height: 300px;
}


.desk-bg {
  display: flex;
  justify-content: center;

}

.desk-img {
  /* position: absolute;
  top: 17%;
  width: 70%; */
  /* background-image: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%), url("../img/bath.jpg"); */
  height: 300px;
  width: 300px;
  object-fit: contain;
  object-position: center;

}

.desk-head {
  position: absolute;
  top: 0;
  left: 50%;
}



.abt-boxx {
  border: 1px solid #949494;
  padding: 20px;
  text-align: center;
  transition: color 0.50s;
  width: 250px;
}

.abt-boxx:hover::before,
.abt-boxx:hover::after {
  /* border: 2px solid #FFF3C1; */
  transform: scale3d(1, 1, 1);
  transition: transform 0.8s;
}


.abt-boxx::after {
  border-top: 2px solid #FFF3C1;
  border-bottom: 2px solid #FFF3C1;
  transform-origin: center;
  transform: scale3d(1, 0, 1);
}

.abt-boxx::before {
  border-left: 2px solid #FFF3C1;
  border-right: 2px solid #FFF3C1;
  transform-origin: center;
  transform: scale3d(1, 0, 1);
}

.abt-boxx::before,
.abt-boxx::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform-origin: center;
  left: 0;
}

.abt-boxx img {
  width: 50px;
  height: 50px;

}

.abt-boxx h3 {
  font-size: 30px;
  /* background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: #fff;
  margin-top: 20px;

}

.abt-boxx h5 {
  font-size: 16px;
  color: #949494;

}

.abt-imgs {
  width: 200px;
}

.lamp-img {
  width: 150px;
  height: 200px;
  margin-top: 30px;
}

.diff {
  font-family: cursive;
  font-size: 25px;
}

.text-col {
  /* font-size: 40px; */
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-saff {
  color: #e2a53b !important;
  font-weight: 600;
  font-size: 45px;
}

.text-yellow {
  font-size: 67px;
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.leftaabout {
  position: relative;
}
.leftaabout img {
  width: 100%;
  max-width: 350px;
  height: auto;
  max-height: 330px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  }

.leftaabout h2 {
  position: absolute !important;
  bottom: 50px;
  left: 115px;  
  width: 70%;
}

.leftaabout h3 {
  position: absolute !important;
  /* display: flex;
  justify-content: flex-end; */
   
  /* top: 340px; */
  right: 0px; 
  width: 70%;
}

.lefffh3 {
  /* position: absolute!important; */
  /* top: 59px; */
   top: 340px;
  right: 315px; 
  margin-left: 30px;
}

@media (min-width:1024px) and (max-width:1333px){
  .leftaabout h2,.leftaabout span{
    font-size: 40px!important;
    top: 307px;
    width: 100%;
  }
  
  .leftaabout h3{
    font-size: 40px!important;
    /* left:10% */
  }
  .leftaabout img{
    width: 70%;
  } 
}

@media (min-width:768px) and (max-width:1023px){
  .leftaabout h2,.leftaabout span{
    font-size: 40px!important;
  }
  
  .leftaabout h3{
    font-size: 40px!important;
    bottom: 0;
  }
  .leftaabout img{
    width: 50%;
  } 
}
@media (min-width:425px) and (max-width:767px){
  .leftaabout h2,.leftaabout span{
    font-size: 25px!important;
    left: 45px;
    bottom: 27px;
    white-space: nowrap;

  }
  
  .leftaabout h3{
    font-size: 30px!important;
    bottom: 0;
  }
  .leftaabout img{
    width: 55%;
  } 
}
@media (min-width:375px) and (max-width:424px){
  .leftaabout h2,.leftaabout span{
    font-size: 24px!important;
    left: 15px;
    bottom: 27px;
    white-space: nowrap;

  }
  
  .leftaabout h3{
    /* font-size: 24px!important; */
    bottom: 0;
    white-space: nowrap;
  }
  .leftaabout img{
    width: 65%;
  } 
}
@media (min-width:320px) and (max-width:374px){
  .leftaabout h2,.leftaabout span{
    font-size: 19px!important;
    left: 15px;
    bottom: 27px;
    white-space: nowrap;

  }
  
  .leftaabout h3{
    /* font-size: 24px!important; */
    bottom: 0;
    white-space: nowrap;
  }
  .leftaabout img{
    width: 55%;
  } 
}



.cursive {
  font-family: auto;
  font-style: italic;
  font-weight: 200;
  font-size: 38px;
  color: #fff;
}

.bordergold {
  border: 2px solid #fff3c1 !important;
  /* padding: 60px; */
}

.rightabout {
  position: relative;
}

.lig h2{
  position: absolute!important;
  top: 97px;
  left: 167px;
}
.lig h3{
  position: absolute!important;
  font-size: 96px;
  top: 192px;
  left: 222px;
}
.lig h4{
  position: absolute!important;
  font-size: 96px;
  top: 287px;
  left: 125px;
}
.lig h5{
  position: absolute!important;
  font-size: 96px;
  top: 128px;
  right: 321px;
  z-index: 1;
}
.lig img{
  width: 100%;
  max-width: 120px;
  height: auto;
  max-height: 120px;
  object-fit: cover;
  /* border-radius: 50%; */
  position: absolute!important; 
  top: 66px;
  right: 236px;
}

.rig h1{
position: absolute!important;
font-size: 50px;
    left: 1100px;
    bottom: 286px;
}
.rig h2{
position: absolute!important;
font-size: 60px;
    left: 960px;
    bottom: 234px;
}
.rig h3{
position: absolute!important;
font-size: 50px;
    left: 1000px;
    bottom: 186px;
}

@media (min-width:1024px) and (max-width:1333px){
  .lig h2 ,.lig span{
    left: 68px;
    top: 108px;
    font-size: 68px;
  }
  .lig h3{
    font-size: 72px;
    left: 138px;
    top: 172px;
  }
  .lig h4{
    font-size: 72px;
    left: 69px;
    top: 248px;
  }
  .lig h5{
    font-size: 72px;
    right: 230px;
    top: 152px;
  }
  .lig img{
    top: 75px;
    right: 130px;
  }
  .rig h1{
    left: 800px;
    font-size: 45px;
    
  }
   .rig h2{
    left: 690px;
    font-size: 50px;
  }
   .rig h3{
    left: 720px;
    font-size: 43px;
    bottom: 196px;
  }
}

@media (min-width:768px) and (max-width:1023px){
  .lig h2,
  .lig span {
    left: 68px;
    top: 108px;
    font-size: 57px;
  }

  .lig h3 {
    font-size: 56px;
    left: 138px;
    top: 172px;
  }

  .lig h4 {
    font-size: 62px;
    left: 69px;
    top: 232px;
  }

  .lig h5 {
    font-size: 72px;
    right: 105px;
    top: 152px;
  }

  .lig img {
   top: 108px;
   right: 59px;
   width: 9%;
  }
  .rig h1{
   
        left: 588px;
        font-size: 30px;
        bottom: 287px;
    
  }
   .rig h2{
    
        left: 533px;
        font-size: 30px;
        bottom: 253px;
  }
   .rig h3{
    
         left: 532px;
        top: 380px;
        font-size: 34px;
  }
}

@media (min-width:425px) and (max-width:767px){
  .lig h2,
  .lig span {
    left: 68px;
    top: 65px;
    font-size: 34px;
  }

  .lig h3 {
    font-size: 38px;
    left: 95px;
    top: 93px;
  }

  .lig h4 {
    font-size: 38px;
    left: 69px;
    top: 128px;
  }

  .lig h5 {
    font-size: 39px;
    right: 41px;
    top: 164px;
  }

  .lig img {
    top: 34px;
    right: 59px;
    width: 17%;
  }
    .rig h1{
    left: 300px;
        top: 343px;
        font-size: 29px;
    
  }
   .rig h2{
    left: 261px;
        top: 372px;
        font-size: 24px;
  }
   .rig h3{
    left: 233px;
        font-size: 23px;
        bottom: 375px;
  }

  /* service */
 
}

@media (min-width:375px) and (max-width:424px){
.immg img{
  width: 100%;
}

  .lig h2,
  .lig span {
    left: 48px;
    top: 55px;
    font-size: 29px;
  }

  .lig h3 {
    font-size: 32px;
    left: 78px;
    top: 82px;
  }

  .lig h4 {
    font-size: 32px;
    left: 55px;
    top: 114px;
  }

  .lig h5 {
    font-size: 34px;
    right: 35px;
    top: 146px;
  }

  .lig img {
    top: 30px;
    right: 48px;
    width: 20%;
  }
      .rig h1{
    left: 257px;
        top: 343px;
        font-size: 29px;
    
  }
   .rig h2{
    left: 202px;
        top: 372px;
        font-size: 24px;
  }
   .rig h3{
    left: 180px;
        font-size: 24px;
        bottom: 471px;
  }
}

@media (min-width:320px) and (max-width:374px){

  .immg img{
    width: 100%;
  }

  .lig h2,
  .lig span {
    left: 38px;
    top: 48px;
    font-size: 20px;
  }

  .lig h3 {
    font-size: 25px;
    left: 62px;
    top: 72px;
  }

  .lig h4 {
    font-size: 25px;
    left: 45px;
    top: 102px;
  }

  .lig h5 {
    font-size: 25px;
    right: 40px;
    top: 132px;
  }

  .lig img {
    top: 28px;
    right: 40px;
    width: 19%;
  }
        .rig h1{
    left: 208px;
        top: 343px;
        font-size: 29px;
    
  }
   .rig h2{
    left: 158px;
        top: 372px;
        font-size: 24px;
  }
   .rig h3{
    left: 139px;
        font-size: 24px;
        bottom: 573px;
  }
}



.desk-left {
  text-align: center;
  width: 60%;
  /* position: absolute;
  top: 95px; */
  /* right: 400px; */

}

.desk-right {
  width: 40%;
  /* position: absolute;
  top: 95px; */
  position: relative;
  text-align: center;
}

.desk-pro {
  position: absolute;
  /* top: 50px;
  left: 80px; */
  top: 120px;
  left: 280px;
  width: 30%;

}

.leftborderim {
  position: absolute;
  top: -150px;
  left: 100px;
}

.desk-top {
  position: absolute;
  /* top: 95px; */
  width: 100%;
  top: 35px;
}
.desk-int {
  position: absolute;
  top: -80px;
  left: -118px;
  font-size: 80px;
  font-style: italic;
}



.cursivee {
  font-family: auto;
  font-style: italic;
  font-weight: 200;
  font-size: 76px;
  color: #fff;
}

.text-yelloww {
  font-size: 96px;
  background: radial-gradient(76.33% 76.33% at 50% 50%,
      #ffe162 0%,
      #ffa700 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  margin-right: 170px;
}

.meet {
  position: absolute;
  left: 150px;
  bottom: 80px;
}

.text-saffe {
  background: radial-gradient(76.33% 76.33% at 50% 50%,
      #ffe162 0%,
      #ffa700 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 96px;
  margin-right: 330px;
  margin-top: 40px;

}


.desk-pro h4 {
  position: absolute;
  right: 90px;
  top: 40px;
}

.desk-pro h5 {
  position: absolute;
  top: 84px;
  right: 00px;
}

.serv-box-cont h3 {
  color: #fff;
  font-family: serif;
  font-style: italic;
  font-size: 98px;
  line-height: 28px;
}

.serv-box-cont h4 {
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 70px;
  font-family: "f4";
  padding-left: 100px;
  line-height: 115px;

}

.btm-border {
  /* width: 100%; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 1px;
  background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
  margin: 20px 0px;
  width: 280px;

}

.tab-content {
  /* padding-top: 200px; */
  /* Add padding to all tab contents */
  scroll-margin-top: 200px;
  /* This creates offset when scrolling to element */
}

/* Smooth scrolling for the entire page */
html {
  scroll-behavior: smooth;
}

/* vaastu screen */

.video-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;

  /* Flexbox centering ensures vertical + horizontal centering */
  display: flex;
  align-items: center;
  justify-content: center;
 
}
section{
  overflow-x: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
  
}
.overlay-text {
  position: relative; /* keeps text above video */
  z-index: 2;
  max-width: 90%; /* prevents text overflow on small screens */
}

/* Responsive Text Sizes */
.overlay-text h1 {
  font-size: clamp(2.5rem, 8vw, 6rem); /* scales between 2.5rem and 6rem */
}

.overlay-text h3 {
  font-size: clamp(1rem, 2.5vw, 2rem); /* scales between 1rem and 2rem */
}

.overlay-text i {
  font-size: clamp(2rem, 6vw, 4rem);   /* responsive icon */
}


.whit {
  color: #f1f1f1 !important;
  font-family: Playfair Display !important;
  font-size: 2.5rem !important;
  letter-spacing: 1px;
}

.saff {
  color: #e2a53b;
  font-family: Playfair Display;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}

.icon-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* background: black; */
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  /* optional */
  padding: 10px 0;
  /* gap: 6rem!important; */
}

.icon-track {
  display: inline-block;
  animation: scroll 11s linear infinite;
  width: max-content;
  gap: 6rem;
}

.icon-track i {
  font-size: 40px;
  margin: 0 100px;
  transition: transform 0.3s;
}

/* Pause animation on hover */
.icon-slider:hover .icon-track {
  animation-play-state: paused;
}

/* Keyframes for infinite scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.bggold {
  background-image: url("../img/gs3.jpeg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  background-repeat: no-repeat;
}
/* .text-saff {
  color: #e2a53b !important;
} */
.padd {
  height: 200px;
  width: 200px;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 350px;
  color: #e2a53b !important;
}

.hover-box {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.hover-text {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translateX(-50%, -120%);
  width: 280px;
  background-color: #0a0a0a !important;
  color: #f1f1f1;
  border: 2px solid #e2a53b;
  border-radius: 8px;
  padding: 2px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.hover-box:hover .hover-text {
  visibility: visible;
  opacity: 1;
}

/* Hidden initial state */
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transform: translateX(0);
  --delay: 0s;
  --duration: 700ms;
  --easing: cubic-bezier(0.25, 0.8, 0.25, 1);
  animation-duration: var(--duration);
  animation-timing-function: var(--easing);
  animation-delay: var(--delay);
  animation-fill-mode: both;
  animation-play-state: paused;
  will-change: transform, opacity;
}

/* Keyframes for left and right slide */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* When element becomes visible */
.slide-in-left.is-visible {
  animation-name: slideInFromLeft;
  animation-play-state: running;
}

.slide-in-right.is-visible {
  animation-name: slideInFromRight;
  animation-play-state: running;
}

/* Accessibility: disable animation if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .slide-in-left,
  .slide-in-right {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* new project style tab switch */

.tab-content {
    display: none;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .tab-content.active { display: flex; }

  .image-box {
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
  }
  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .image-box h6{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 78;
    /* background-color: black; */
    padding: 5px;
    font-size: 20px;
     transition: opacity 0.3s ease;

  }

  .image-box:hover h6 {
    /* display: none!important; */
    opacity: 0;
  }
  .image-box:hover img { transform: scale(1.05); }
  

  .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
  }
  .overlay i {
    color: gold;
    font-size: 2rem;
    transform: scale(0.9);
    transition: transform 0.3s ease;
  }
  .image-box:hover .overlay { opacity: 1; }
  .image-box:hover .overlay i { transform: scale(1.2); }

  /* POPUP */
  .popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    width: 100%;
  }
  .popup.active { display: flex; }

  .popup-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
  }

  .popup-content img {
    width: 80%;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
    animation: zoomIn 0.4s ease;
    
  }

  .popupp {
  position: relative;
  background: linear-gradient(to bottom, #1c1c1c, #2b2b2b);
  padding: 25px;
  border-radius: 12px;
  width: 350px;
  color: #fff;
  text-align: center;
  box-shadow: 1px 0px 10px 3px rgba(255, 170, 0, 0.6);
}

    .popup-contentt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
  }

  .popup-contentt img {
    /* width: 48%!important; */
    /* height: 30%; */
    /* height: auto; */
    /* max-width: 900px; */
     width: 800px;              /* fixed width */
  height: 500px;             /* fixed height */
  object-fit: cover; 
  /* padding: 30px; */
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
    animation: zoomIn 0.4s ease;
  }
  @keyframes zoomIn {
    from { transform: scale(0.6); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  .close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
  }
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 215, 0, 0.3);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 18px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
  }
  .popup-content:hover .nav-btn { opacity: 1; }
  .nav-btn:hover { background: rgba(255, 215, 0, 0.6); }
  .prev { left: -50px; }
  .next { right: -50px; }

  @media (max-width: 768px) {
    .popup-content img { width: 95%; }
    .prev { left: 15px; }
    .next { right: 15px; }
  }

  .image-boxx {
    position: relative;
     width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
  }
  .image-boxx img {
   
    /* width: 480px;
    height: 480px; */
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .arrowlr{
   position: absolute;
   top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: rgba(0,0,0,0.4);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  }

  .arrowlr.rightr{
    right: 250px;
  }
.arrowlr.leftr{
  left: 240px;
}



/* service */
/* @media (min-width:425px) and(max-width:767px){
  .serv-box-cont h3{
    font-size: 30px!important;
    
  }
} */
