@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html, tbody{
    font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  width: 100% !important;
  overflow-x: hidden !important;
}
html, body{}
    h1,h2,h3,h4, p, a{  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;}

body .fullwidthclsss{margin-bottom:0px;width: 100%;margin: 0px;padding: 0px;}
body .fullwidthclsss img{height: 620px;object-fit: cover;}
body .fullwidthcls{margin-bottom: 50px;}
.servciesdes img{border-radius: 20px;}

.btn {
    padding: 10px 20px;
    font-size: 16px;
  }
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 1 !important;
}
.imagedess img{width: 100%;}
.about--img {
    padding: 10px;
    background: #e5e5e5;
    box-shadow: 1px 2px 10px #eee;
}


.filtr-container div a img{object-fit: cover;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 1px 2px 5px #707070;
    padding: 3px;margin-bottom: 20px;}

    .contatners a img{object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: 1px 2px 5px #707070;
    padding: 3px;margin-bottom: 20px;}

    
.floating_btn {
position:fixed;
    bottom:0px;
    right:0px;
    width:100px;
    height:100px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    z-index:1000;}
.contact_icon {
background-color:#42db87;
    color:#fff;
    width:50px;
    height:50px;
    font-size:30px;
    border-radius:50px;
    text-align:center;
    box-shadow:2px 2px 3px #999;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translatey(0px);
    animation:pulse 1.5s infinite;
    box-shadow:0 0 0 0 #42db87;
    -webkit-animation:pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation:pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
    -ms-animation:pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation:pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
    font-weight:normal;
    font-family:sans-serif;
    text-decoration:none!important;
    transition:all 300ms ease-in-out;
    text-decoration:none!important;}
.floating_btn a:hover {
text-decoration:none!important;}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scaleX(1);
    transform:scaleX(1);}
50% {
-webkit-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05);}
to {
-webkit-transform:scaleX(1);
    transform:scaleX(1);}}
@keyframes pulse {
0% {
-webkit-transform:scaleX(1);
    transform:scaleX(1);}
50% {
-webkit-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05);}
to {
-webkit-transform:scaleX(1);
    transform:scaleX(1);}}
@keyframes pulsing {
to {
box-shadow:0 0 0 30px rgba(232,76,61,0);}}


.multifilter li a {
  color: #fff;
}

.hdnrbg {
    background: #fff;
    box-shadow: 1px 2px 10px black;
}
#cssmenu > ul > li > a{color: #222;}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{color: #328fce;background: transparent;}
#cssmenu > ul > li:after{background: transparent;}

.titlewrape{position: absolute;}

.titlewrape {
    position: absolute;
    top: 40%;
    z-index: 999999999999;
    left: 100px;
}
.drsldrbx:hover .drnme
 {
    color: #ff6600;
}
h2{border-bottom: 0px;}
.titlecontent {
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    line-height: 60px;
    font-family: sans-serif;
    letter-spacing: 2px;
}
.desccontent {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

#wowslider-container1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*   background: linear-gradient(45deg, #000000b8, transparent); */
  pointer-events: none; /* overlay पर क्लिक नहीं रोकेगा */
  z-index: 10; /* slider के ऊपर, लेकिन controls/text के नीचे रखने के लिए समायोजित करें */
}

.wrapper {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.changing-text {
  border-right: 3px solid #328fce; /* typing cursor effect */
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: blinkCursor 0.7s infinite;
  color: #328fce;
  font-size: 1em;
  text-transform: uppercase;
}

.fixed {
  margin-left: 6px;
  color: #444;
}

@keyframes blinkCursor {
  0%, 49% { border-color: #222; }
  50%, 100% { border-color: transparent; }
}



/* About Section styling */
.padding50 {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fb, #eef1f5);
  font-family: 'Segoe UI', sans-serif;
}


/* Left content */
.alignmets {
  flex: 1;
  min-width: 320px;
}

.alignmets h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-top:5%;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.alignmets h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ff6600;
  margin-top: 10px;
  border-radius: 2px;
}

.alignmets p {
  color: #555;
  margin-bottom: 25px;
}

/* Button styling */
.alignmets .btn {
  background: #ff6600;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.alignmets .btn:hover {
  background: #e05500;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255,102,0,0.3);
}

/* Right side image */
.text-center img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.text-center img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .alignmets h1::after {
    margin: 10px auto 0;
  }
}







/* Background for whole section */
.bgdeesfin {
  background: linear-gradient(135deg, #fdfdfd, #f2f6f9);
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* Card container */
.col-item.drsldrbx {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

/* Hover lift effect */
.col-item.drsldrbx:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Service image */
.col-item .photo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Zoom effect on hover */
.col-item.drsldrbx:hover .photo img {
  transform: scale(1.08);
}

/* Info area */
.col-item .info {
  padding: 20px;
  text-align: center;
}

/* Title */
.col-item .drnme {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  position: relative;
}

.col-item .drnme::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ff6600;
  margin: 8px auto 0;
  border-radius: 2px;
}

/* Paragraph */
.col-item p {
    font-size: 1.5rem;
    color: #393939;
    min-height: 70px;
    margin-bottom: 20px;
}

/* Button */
.readmorebtn {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.readmorebtn:hover {
  background: #e05500;
  box-shadow: 0 5px 15px rgba(255,102,0,0.3);
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .col-item .photo img {
    height: 180px;
  }
  .col-item .drnme {
    font-size: 1.05rem;
  }
}



/*creative footer*/

/* Footer background */
.creativdes {
  background: linear-gradient(135deg, #111, #222);
  color: #ddd;
  padding: 60px 0 20px;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Logo box */
.creativdes .logobx {
  max-width: 120px;
  margin-bottom: 20px;
}

/* Footer headings */
.creativdes .insidhd {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 15px;
  position: relative;
}

.creativdes .insidhd::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ff6600;
  margin-top: 6px;
  border-radius: 2px;
}

/* Footer links */
.creativdes .ftrlnks a {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin: 6px 0;
  transition: color 0.3s ease;
}

.creativdes .ftrlnks a:hover {
  color: #ff6600;
}

/* Paragraphs */
.creativdes p {
  line-height: 1.6;
}

/* Social icons row (top icons) */
.creativdes .ckr-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.creativdes .ckr-social ul li a {
  font-size: 1.2rem;
  color: #bbb;
  transition: color 0.3s ease, transform 0.3s ease;
}

.ckr-social ul li {
    padding: 0 5px;
}
.creativdes .ckr-social ul li a:hover {
  color: #ff6600;
  transform: translateY(-3px);
}

/* Social links list */
.creativdes .socail-mn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.creativdes .socail-mn ul li {
  margin: 6px 0;
}

.creativdes .socail-mn ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.creativdes .socail-mn ul li a:hover {
  color: #ff6600;
}
section .section-title{font-size:2.5em;font-weight: 600;}
section .section-title span{color: #ff6600;}


/* Copyright */
.creativdes .hjjjh {
  text-align: center;
  color: #777;
  font-size: 0.85rem;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Responsive */
@media (max-width: 767px) {
  .creativdes {
    text-align: center;
  }
  .creativdes .ckr-social ul {
    justify-content: center;
  }
  .floating_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
}




/* creative header*/


/* Header background */
.crative_header {
  background: #111;
  padding: 0px 0;
  font-family: 'Segoe UI', sans-serif;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Logo */
.crative_header .logobx {
  max-height: 90px;
  transition: transform 0.3s ease;
}


/* Menu styling */
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  float: right;
}

#cssmenu ul li {
  position: relative;
}

#cssmenu ul li a {
  text-decoration: none;
  font-weight: 500;
  padding: 10px 0;
  transition: color 0.3s ease;
}

/* Hover + active state */
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  color: #ff6600;
}

#cssmenu{width: 100%;}
/* Dropdown menu */
#cssmenu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
    min-width: 220px;
    background: #fff;
  border-radius: 8px;
  padding: 0px 0;
  display: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.filtr-container img{width: 100%;object-fit: cover;;}

#cssmenu ul li:hover ul {
  display: block;
  padding: 15px 0px;
}

#cssmenu ul li ul li {
  padding: 0;
  background: #fff;
}

#cssmenu ul li ul li a {
  display: block;
  padding: 15px 15px;
  color: #328fce;
  transition: background 0.3s ease, color 0.3s ease;
}

#cssmenu ul li ul li a:hover {
  color: #328fce;
}

/* Call Now button */
.contactbtn {
    background: #ff6600;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    margin-left: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    float: right;
    margin-top: 13px;
}

.contactbtn:hover {
  background: #e05500;
  box-shadow: 0 5px 15px rgba(255,102,0,0.3);
}

/* Responsive menu */
@media (max-width: 991px) {
  #cssmenu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #111;
    padding: 0px;
    border-radius: 8px;
  }
  .contactbtn {
    margin-top: 10px;
    margin-left: 0;
    display: none;
  }
  .alignmets .btn{margin-bottom: 20px;}
  .drnme {
        font-size: 1.5rem;
    }
    .ftrlnks {
    padding: 10px 0;
    text-align: left;
}
}








/* testimonails */
.testimonials {
  background: linear-gradient(135deg, #f5f5f5, #e9ecef);
  padding: 80px 20px;
  text-align: center;
}

.testimonials .section-title {
  margin-bottom: 50px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Grid Layout */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

/* Testimonial Card */
.testimonial-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonial-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.testimonial-text {
  font-size: 14px;
  color: #444;
  font-style: italic;
  margin-bottom: 25px;
  margin-top: 10px;
  line-height: 1.6;
}

/* Author Info */
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonial-author:hover{text-decoration: none;}
.bannerbx{margin-bottom: 0px;}
.testimonial-author img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 3px solid #ddd;
}

.testimonial-author h4 {
  font-size: 18px;
  margin: 0;
  color: #222;
  font-weight: bold;
}

.testimonial-author span {
  font-size: 14px;
  color: #777;
}


/* Gallery Item */
.photo-gallery {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}

.photo-gallery .section-title {
  margin-bottom: 50px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

/* Responsive Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Gallery Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.gallery-item:hover .overlay {
  transform: translateY(0);
}


.desccontents{font-size: 10px;color: #222;}
.logobx {
    margin: 0px;
    width: 400px;
}
.servciesdes {
  margin-top: 40px;
  margin-bottom: 40px;
}

.servciesdes .row {
  padding: 30px 0;
  align-items: center;
}

.servciesdes h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.servciesdes h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #328fce, #ff6600);
  border-radius: 2px;
}

.servciesdes p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.servciesdes img {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.servciesdes img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
  .servciesdes h3 {
    font-size: 20px;
  }
  .servciesdes p {
    font-size: 14px;
  }
}
