@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');
* {
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
"wdth" 100;
}


span {
  font-weight: bold;
}
:root {
    color-scheme: light;
}
html {
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overscroll-behavior-y: none;
    -webkit-text-size-adjust: 100%;
    touch-action: pan-y;
    scroll-padding-top: 80px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

*, *::before, *::after {
    box-sizing: border-box;
}


section {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Reset for reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}



p{
line-height: 20px;
}
a:hover {
text-decoration: none;
}

@media (hover:hover) {
  .btn,
  .portfoliobutton-dot {
    transition: transform .18s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
  }

  .btn:hover,
  .portfoliobutton-dot:hover {
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
  }
}











/*------------Navbar--------------*/
.navbar{
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


#navbarNav li a:hover{
transform: translateY(-2px);
transition: background-color 3s ease-in-out;
color: #fcbf03;
}
.navbar-nav li{
font-weight: bold;
}
/* ================= NAVBAR ================= */
.custom-navbar {
background: #076bd2;
min-height: 50px;
padding: 0 1rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 1030;
}

/* ================= LOGO ================= */
.company-logo {
width: 230px;
height: auto;
display: inline-block;
}

/* ================= DESKTOP MENU LINKS ================= */
.custom-nav-link {
color: rgba(255, 255, 255, 0.65) !important;
font-size: 14px !important;
font-weight: 700 !important;
padding: 7px 10px !important;
text-transform: uppercase;
transition: color 0.3s ease;
}
.custom-nav-link:hover {
color: #fcbf03 !important;
background: none !important;
}
.custom-nav-link.active {
color: #fcbf03 !important;
}
/* ================= MOBILE OFFCANVAS ================= */


.mobile-menu-links .nav-item {
    opacity: 0;
    transform: translateY(15px) scale(.95);
}

.offcanvas.show .mobile-menu-links .nav-item {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all .4s ease;
}

.offcanvas.show .mobile-menu-links .nav-item:nth-child(1) { transition-delay: .05s; }
.offcanvas.show .mobile-menu-links .nav-item:nth-child(2) { transition-delay: .10s; }
.offcanvas.show .mobile-menu-links .nav-item:nth-child(3) { transition-delay: .15s; }
.offcanvas.show .mobile-menu-links .nav-item:nth-child(4) { transition-delay: .20s; }
.offcanvas.show .mobile-menu-links .nav-item:nth-child(5) { transition-delay: .25s; }
.offcanvas.show .mobile-menu-links .nav-item:nth-child(6) { transition-delay: .30s; }
.offcanvas.show .mobile-menu-links .nav-item:nth-child(7) { transition-delay: .35s; }

.custom-offcanvas {
background: #076bd2 !important;
width: 100% !important;
}
.custom-offcanvas .offcanvas-header {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.company-name-mobile {
font-size: 1.08rem;
font-weight: 600;
line-height: 1.3;
max-width: 65%;
}
/* X Close Button */
.custom-offcanvas .close-btn-x {
background: transparent;
border: none;
color: #fff;
cursor: pointer;
padding: 0.5rem;
min-width: 44px;
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: color 0.3s ease;
}
.custom-offcanvas .close-btn-x i {
color: inherit;
}
.custom-offcanvas .close-btn-x:hover {
color: #fcbf03;
}
/* ================= MOBILE MENU LINKS ================= */
.mobile-menu-links {
margin-top: 10px;
}
.custom-nav-link-mobile {
color: rgba(255, 255, 255, 0.7) !important;
font-size: 16px !important;
font-weight: 700 !important;
text-transform: uppercase;
transition: color 0.3s ease;
}
.custom-nav-link-mobile:hover {
color: #fcbf03 !important;
}
.custom-nav-link-mobile.active {
color: #ffffff !important;
}
/* ================= SOCIAL MOBILE ================= */
.social-mobile {
border-top: 1px solid rgba(255, 255, 255, 0.2);
margin-top: -10px;
}
.social-mobile-logo img {
width: 100px;
height: auto;
}
.social-icons-row a {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.social-icons-row a i {
font-size: 28px;
color: #fff;
display: inline-block;
transition: transform 0.25s ease, color 0.25s ease;
}
.social-icons-row a:hover i {
color: #fcbf03 !important;
transform: translateY(-6px);
}
.social-icons-row a:active i {
color: #fcbf03 !important;
}
/* ================= HERO SECTION ================= */
/* Toggle button - show Font Awesome hamburger icon */
.custom-navbar .navbar-toggler {
padding: 0.5rem 0.75rem;
overflow: visible;
}
.custom-navbar .navbar-toggler-icon {
display: none;
}
.custom-navbar .navbar-toggler i {
color: #fff;
font-size: 1.25rem;
}
.custom-offcanvas .close-btn-x i {
font-size: 1.5rem;
}
/* ================= RESPONSIVE ADJUSTMENTS ================= */
@media (max-width: 991.98px) {
.custom-navbar .navbar-toggler {
display: block;
padding: 0.5rem 0.75rem;
}
.custom-offcanvas.offcanvas-end {
max-width: 100%;
}
}



/* =========================
   DEFAULT OFFCANVAS STYLE
========================= */
.offcanvas.offcanvas-end.custom-offcanvas {
  background: rgba(7, 107, 210, 0.80) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* =========================
   REMOVE DARK BACKDROP
========================= */
.offcanvas-backdrop {
  background: transparent !important;
  opacity: 0 !important;
  display: none !important;
}

/* =========================
   SMOOTH ANIMATION
========================= */
.offcanvas {
  transition: transform 0.35s ease-in-out;
}

/* Mobile */
@media (max-width: 767px) {
  .offcanvas.offcanvas-end.custom-offcanvas {
    width: 100% !important;
  }
}

/* iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  .offcanvas.offcanvas-end.custom-offcanvas {
    width: 340px !important;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .offcanvas.offcanvas-end.custom-offcanvas {
    width: 420px !important;
  }
}
/* =========================
   NAV LINKS STYLE
========================= */
.custom-offcanvas .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  transition: 0.2s ease;
}

.custom-offcanvas .nav-link:hover {
  transform: translateX(6px);
  opacity: 0.85;
}

/* =========================
   GLOBAL FIX
========================= */
body {
  overflow-x: hidden;
}

.btn,
button,
a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(7, 107, 210, 0.18);
}

.btn:hover,
button:hover {
  transform: translate3d(0, -1px, 0);
}

.card,
.service-holder,
.blog-card,
.gallery-item {
  transition: transform .25s ease, box-shadow .25s ease;
}

.card:hover,
.service-holder:hover,
.blog-card:hover,
.gallery-item:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
}

.blog-img-wrapper img,
.blog-post-hero,
.blog-gallery img,
.portfolio-first-card img,
.portfolio-gallery img {
  transition: transform .3s ease, filter .3s ease;
  will-change: transform;
}

.blog-card:hover .blog-img-wrapper img,
.portfolio-first-card:hover img {
  transform: scale(1.02);
}
/*------------------------ HOME SECTION ------------------------*/
.jumbotron {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}


.jumbotron > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.jumbotron::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(90deg,
      rgba(5,89,176,0.9) 0%,
      rgba(6,102,202,0.6) 40%,
      rgba(6,102,202,0) 70%),
    linear-gradient(to bottom,
      rgba(0,0,0,0) 60%,
      rgba(1,72,146,0.9) 100%);
}


.hero-content {
  position: relative;
  z-index: 2;
}

#home{
background-color: #f8f9fa;
margin-bottom: 0;
}


/* ---------Home btn------------- */
a.btn-first {
      background-image: linear-gradient(to right, #076bd2 0%, #b9a51c 51%, #0760bc 100%);
}

a.btn-first {
  padding: 9px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 4px 3px 16px 0px #02305f94;
  border-radius: 5px;
  outline: none;
  border: none;
}

a.btn-first:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* ----------------home text------------------ */

.cta-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* ===== Call Now Button ===== */
.call-btn {
  background: transparent;
  color: #fcbf03;
  border: 2px solid #fcbf03;
  padding: 7px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  animation: zoomPulse 2s infinite;
  will-change: transform;
}

.call-btn::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fcbf03;
  transition: color 0.25s ease;
}

.call-btn:hover {
  background: #fcbf03;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  animation-play-state: paused;
}

.call-btn:hover::before {
  color: #fff;
}

.call-btn:active {
  transform: scale(0.95);
}

@keyframes zoomPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {
  .cta-row {
    justify-content: center;
  }
}

.hero-sub {
  color: #fff;
  font-size: 1.3rem;
  padding-top: 10px;
}

.hero-sub .experience {
  font-weight: 700;
  color: #fcbf03;
}


h1 span {
  color: #fcbf03; /* highlight color */
}

.jumbotron {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.hero-content {
  z-index: 2;
}

.wave-full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}


.jumbotron h1 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2.1rem; 
  line-height: 1.2;
  padding-top: 0px;
}
.jumbotron .row{
position: relative;        
background: radial-gradient(circle, rgb(1 80 162 / 85%) 28%, rgb(6 81 158 / 11%) 66%, rgb(3 42 158 / 0%) 100%);
  padding: 25px 25px;
  display: inline-block;      
  border-radius: 5px;  
}
.company-name-home{
color: #fcbf03;
font-weight: bold;
font-size: 27px;
}


.home-mian-text {
  letter-spacing: 0.4px;
   position: relative;
  color: white;                    
}


@media (max-width: 768px) {

.jumbotron h1 {
    font-size: 1.7rem;
  }
  .hero-sub { 
  font-size: 1rem; 

}

  .company-name-home{
    font-size: 23px;
  }

}

/* Mobile */
@media (max-width: 431px) {
  #home .row {
flex-direction: column;
text-align: center;
}
.home-mian-text{
  padding: 6px 2px;

}
.jumbotron {
background-position: right;

}

}
/*   text   */
.text-1{
font-weight: bold;
font-size: 35px;
color: #5e49ff;
}
.text-1 span{
font-weight: bold;
color: #5e49ff;
letter-spacing: 1px;
}
.cursor{
display: inline-block;
width: 3px;
background-color: #150061;
margin-left: 0.1rem;
}


.jumbotron {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* wave container */
.wave-full {
  margin-top: auto;
  width: 100%;
  line-height: 0;
}

.wave-full svg {
  display: block;
  width: 100%;
  height: auto;
}

/* mobile fix */
@media (max-width: 768px) {
  .jumbotron {
    min-height: 100svh;
  }

  .wave-full {
    position: relative;
    bottom: 0;
  }
}
/* ----------------\أPNG  ------------------ */
.logo-png1 {
width: 150px;
opacity: 0.7;
display: block;
margin: 0 auto 25px auto;
}
/* ---------------SVG----------------- */
#home {
position: relative;
}
/* SVG container */
/* Container */
.wave-full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;       /* fill parent width */
  height: 150px;     /* height of waves */
  overflow: hidden;
  pointer-events: none; /* clicks pass through */
  z-index: 1;
}

/* SVG fills container */
.wave-full svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------home fade------------ */
.fade,
[data-aos]{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}
/*-------------------End  HOME SECTION ---------------------*/


/* -----------------------About US------------------------- */
.aboutus {
position: relative;
width: 100%;
height: auto;
background: linear-gradient(180deg, #daecff 0%, #b8dbff 100%);
padding-top: 65px;
padding-bottom: 60px;
padding-right: 10px;
padding-left: 10px;
}

/* white shape */
.aboutus::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #076bd2;
    border-radius: 60% 60% 0 0;
}
.aboutus h2{
  font-weight: bold;
color: var(--text-dark);
}

.aboutus span{
  color: #076bd2;
}
.col-md-6 {
padding-top: 50px;
}
.row .about-text{
color: #494b4d;
padding-left: 0px;
padding-right: 0px;
text-align: justify;
text-align-last: left;
letter-spacing: 0.1px;
}
.aboutus img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: solid 5px #ffffff00;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 7px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 4px 4px 0px 1px #c2b202;
  display: block;
}
.aboutus h3{
color: #076bd2;
font-size: 22px;
font-weight: bold;
}

.aboutus h3 span{
  color: #000000;
}
/* ---------------------End About US------------------------- */


/*------------------------Ourservices---------------------*/

.our-services {
width: 100%;
height: auto;
background-image:
radial-gradient(circle at 20% 30%, rgba(255,255,255,0.7) 0%, transparent 40%),
radial-gradient(circle at 80% 70%, rgba(255,255,255,0.6) 0%, transparent 40%),
linear-gradient(135deg, #daecff 0%, #b8dbff 100%);
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--text-dark);
padding: 70px 10px 35px 10px;
margin: 0;
}


#services .col-md-4{
padding-bottom: 10px;
}

#services-title{
font-size: 36px;
color: #000;
font-weight: bold;
}
#services-title span{
color:#076bd2;
}
.service-areas{
color: #282929;
}
.content-wrapper{
padding-top: 50px;
padding-bottom: 10px;
}
.col-lg-4{
margin: 40px auto;
.card{
padding: 90px 10px 10px;
border: 0.5px solid rgb(205 214 245 / 21%);
background-color: #ffffff1a;
box-shadow: 0px 0px 8px 2px rgb(178 171 237 / 20%);
}
.card img{
top: -80px;
position: absolute;
left: calc(50% - 85px);
border: 4px solid #ffffff1a;
box-shadow: 1px 1px 5px rgb(182 177 214 / 48%);
}
.card-img-top{
width: 180px;
height: 180px;
border-radius: 50%;
}
.card p{
font-size: 14px;
line-height: 18px;
text-align-last: center;
}
}
/* Card title */
#services .card-title {
font-size: 20px;
margin-bottom: 12px;
font-weight: bold;
color: var(--text-dark);
}
/* Card hover (index-friendly) */
#services .card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#services .card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
/* card base */
#services .card {
transition: all 0.3s ease;
cursor: pointer;
}
/* hover card */
#services .card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
/* text limit */
#services .card-text {
max-height: 110px;
overflow: hidden;
transition: max-height 0.4s ease;
}
#services .card-text.expanded {
max-height: 2000px;
}

/*-----------read-more-services-button-------------*/
.read-more-services{
    display:inline-block;
    background:#076bd2;
    color:#fff;
    padding:7px 13px;
    text-decoration:none;
    border-radius:5px;
    font-size:13px;
    font-weight:500;
    transition:0.3s;
    letter-spacing: 1px;
    margin: 8px;
}

.read-more-services i{
    margin-left:6px;
}

.read-more-services:hover{
    background:#0557a8;
    transform: translateY(-1px);
}

/*-------------------End Ourservices---------------------*/

/* ---------------- WHY CHOOSE US SECTION ----------------*/
.why-choose-us{
width: 100%;
height: auto;
background-image: radial-gradient(circle at 20% 30%, #accced 0%, #00000000 40%),
radial-gradient(circle at 80% 70%, #c9daec 0%, transparent 40%),
linear-gradient(135deg, #2992ff 0%, #ffffff 100%);
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--text-dark);
padding: 70px 10px 35px 10px;
margin: 0;
}


.why-choose-us h2 {
text-align: center;
margin-bottom: 15px;
font-weight: bolder;
}

.fw-bold span{
color:#076bd2;
}
.section-description {
text-align: center;
max-width: 800px;
margin: 0 auto 50px auto;
font-size: 16px;
color: #2b2f34;
}
/* =====================================================
CARD BOX STYLE
===================================================== */
.why-choose-us .col-lg-4{
margin-bottom: 0px;
}
.why-box {
display: flex;
align-items: flex-start;
gap: 18px;
padding: 25px;
background: #edf6ff54;
border-radius: 14px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
height: 100%;
}
.why-box:hover {
transform: translateY(-6px);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
/* =====================================================
ICON STYLE
===================================================== */
.icon-circle {
width: 65px;
height: 65px;
min-width: 65px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 22px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
transition: 0.3s ease;
}
.icon-circle i {
font-weight: 900;
}
.why-box:hover .icon-circle {
transform: scale(1.05);
}
/* =====================================================
CONTENT TEXT
===================================================== */
.content h5 {
font-size: 17px;
font-weight: bold;
margin-bottom: 8px;
color: var(--text-dark);
}
.content p {
font-size: 14px;
color: #494b4d;
line-height: 1.6;
margin-bottom: 0;
}
/* =====================================================
COLOR VARIANTS
===================================================== */
.bg-success   { background-color: #2ecc71 !important; }
.bg-primary   { background-color: #3b82f6 !important; }
.bg-warning   { background-color: #f39c12 !important; }
.bg-info      { background-color: #17a2b8 !important; }
.bg-danger    { background-color: #e74c3c !important; }
.bg-secondary { background-color: #6c757d !important; }
.bg-dark      { background-color: #5e49ff !important; }
/* =====================================================
RESPONSIVE DESIGN
===================================================== */
@media (max-width: 992px) {
h2 { font-size: 28px; }
.section-description { font-size: 15px; }
.why-box {
flex-direction: column;
text-align: center;
align-items: center;
}
}
@media (max-width: 768px) {
.why-choose-us {
padding: 60px 0;
}
h2 {
font-size: 24px;
}
.why-box {
flex-direction: column;
text-align: center;
align-items: center;
}
.icon-circle {
width: 60px;
height: 60px;
min-width: 60px;
font-size: 20px;
}
.content h5 {
font-size: 16px;
}
.content p {
font-size: 13px;
}
}
/* =========================================
SECTION STYLE
========================================= */
.services-section {
background: #ffffff;
padding: 80px 0;
}
/* =========================================
IMAGE STYLE
========================================= */
.services-image img {
width: 100%;
border-radius: 12px;
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
transition: 0.3s ease;
}
.services-image img:hover {
transform: scale(1.03);
}
/* =========================================
CONTENT STYLE
========================================= */
.services-content {
padding-left: 10px;
}
.service-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
color: #111;
}
.service-subtitle {
font-size: 18px;
font-weight: 600;
margin-top: 30px;
margin-bottom: 15px;
color: #111;
}
/* =========================================
LIST STYLE
========================================= */
.service-list {
list-style: none;
padding: 0;
margin: 0;
}
.service-list li {
font-size: 15px;
color: #555;
margin-bottom: 10px;
position: relative;
padding-left: 20px;
}
/* =========================================
RESPONSIVE
========================================= */
@media (max-width: 768px) {
.services-content {
padding-left: 0;
margin-top: 20px;
}
.service-title {
font-size: 20px;
}
.service-subtitle {
font-size: 17px;
}
}
/* ----------------End WHY CHOOSE US SECTION ----------------*/

/* ---------------------------What We Offer------------------- */
/* =========================================
SERVICES SECTION
========================================= */
.services-section {
position: relative;
padding-top: 30px 0;
padding: 30px 0;
background-color: #076bd2; /* Main background color */
overflow: hidden;
background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, #00000000 1px);
background-size: 30px 60px;
}
/* Left diagonal background image */
.services-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 40%;
height: 100%;
background: url("serveces/Mosaic4.jpg") center center / cover no-repeat;
clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
z-index: 0;
}
/* Dark overlay on image */
.services-section::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 40%;
height: 100%;
background: rgb(99 79 255 / 22%);
clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
z-index: 1;
}
/* Move content to the right so text does not sit on image */
.services-section .container {
position: relative;
z-index: 2;
margin-left: 40%;
}

@media (min-width: 992px) {
    .right-service {
        margin-left: -10px;
        margin-right: 0px;
    }
}
/* =========================================
TITLES
========================================= */
.section-title {
font-size: 22px;
font-weight: 700;
color: #f4c430;
padding-top: 15px;
}
/* Force left alignment for this specific heading */
.wall-floor-title {
text-align: left;
}
/* =========================================
LIST STYLE
========================================= */
.service-list {
list-style: none;
padding: 0;
margin: 0;
}
.service-list li {
font-size: 15px;
color: #f2f1ff;
margin-bottom: 12px;
display: flex;
align-items: center;
transition: 0.3s ease;
}
.service-list li:hover {
color: #f4c430;
transform: translateX(4px);
}
/* =========================================
ICON STYLE
========================================= */
.service-list li i {
font-size: 15px;      /* small icons */
color: #f4c430;
margin-right: 10px;
width: 15px;
text-align: center;
}
/* =========================================
RIGHT COLUMN LIST ALIGNMENT
========================================= */
.right-list li {
justify-content: flex-end;
text-align: right;
}
.right-list li i {
order: 2;           /* icon moves after text */
margin-left: 10px;
margin-right: 0;
}
/* =========================================
RESPONSIVE
========================================= */
@media (max-width: 768px) {

.right-list li {
justify-content: flex-start;
text-align: left;
}
.right-list li i {
order: 0;
margin-right: 10px;
margin-left: 0;
}
}
/* --------------------End What We Offer------------------- */

/* -------------------main page portfolio------------------- */

#home-portfolio{
  display: flex;
  padding: 70px 15px 40px 15px;
  align-items: center;
  justify-content: center;
  background-image:
  radial-gradient(circle at 20% 30%, rgba(255,255,255,0.7) 0%, transparent 40%),
  radial-gradient(circle at 80% 70%, rgba(255,255,255,0.6) 0%, transparent 40%),
  linear-gradient(135deg, #daecff 0%, #b8dbff 100%);
}
#home-portfolio h2 {
text-align: center;
font-weight: bolder;
font-size: 36px;
color: #000;
}
#home-portfolio span{
  color: #076bd2;
}

.portfolio-first-text span{
  color: #076bd2;
}
#portfolio {
width: 100%;
height: auto;
background: #F2F4F7;
padding-top: 70px;
padding-bottom: 40px;
margin: 0px;
}

#home-portfolio p{
color: #494b4d;
text-align: center;
padding-bottom: 10px;
}
.portfolio{
position:relative;
overflow:hidden;
}

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

.portfolio:hover img{
transform:scale(1.15);
cursor:zoom-in;
}
/*--------------------------portfolio page------------------*/
.portfolio_page{
color: #065595;
text-align: center;
}
.portfolio_page1{
color: #065595;
}
.portfolio_page2{
color: #065595;
}

/*----------portfolio slider----------*/

.slider{
position:relative;
max-width:800px;
margin:auto;
overflow:hidden;
}

.slide{
width:100%;
display:none;
user-select:none;
}

.slide.active{
display:block;
}

/* arrows */

.arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,0.24);
color:#fff;
border:none;
border-radius: 50%;
font-size:30px;
padding:1px 15px;
cursor:pointer;
}

.prev{
left:10px;
}

.next{
right:10px;
}

/* dots */

.slider-dots{
text-align:center;
margin-top:10px;
}

.slider-dots span{
display:inline-block;
width:7px;
height:7px;
margin:3px;
background:#b9d0e7;
border-radius:50%;
cursor:pointer;
}

.slider-dots span.active{
background:#fff;
}


.wrapper {
  display: flex;
  max-width: 1300px;
  position: relative;
}

.wrapper .carousel {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.wrapper .carousel {
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging img {
  pointer-events: none;
}

.carousel img {
  height: 300px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}

.carousel img:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 991.98px) {
  .carousel img {
    height: auto;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img {
    height: auto;
    width: 100%;
  }
  .prev{
left:5px;
}
.next{
right:5px;
}
.arrow{
font-size:20px;
padding:1px 10px;
}
.slider-dots span{
width:5px;
height:5px;
margin:2px;
}
}

/*----------button----------*/
/* Main button styling */
.portfoliobutton-dot {
display: inline-block; /* Makes the link behave like a button */
padding: 10px 23px; /* Space inside the button */
font-size: 16px; /* Text size */
font-weight: 600; /* Boldness */
text-transform: uppercase; /* Capital letters */
color: #fff; /* Text color */
background: #2480de; 
border-radius: 10px; /* Rounded corners */
border: 2px solid transparent; /* Invisible border for smooth transition */
transition: all 0.3s ease; /* Smooth animation for hover effects */
position: relative; /* Needed for pseudo-element positioning */
overflow: hidden; /* Prevents pseudo-element overflow */
text-decoration: none; /* Remove underline */
}
/* Keep span text above pseudo-element */
.portfoliobutton-dot{
position: relative;
z-index: 2; /* Ensures text is on top */
}
/* Hover light effect */
.portfoliobutton-dot::before {
content: '';
position: absolute;
top: 0;
left: -110%; /* Start off-screen */
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2); /* Light overlay */
transition: all 0.5s ease;
transform: skewX(-20deg); /* Diagonal skew for shine effect */
}
/* Animate the hover light across the button */
.portfoliobutton-dot:hover::before {
left: 200%; /* Move across button */
}
/* Button hover effects */
.portfoliobutton-dot{
transition: all 0.4s ease;
}

.portfoliobutton-dot:hover{
color:#fff;
transform:translateY(-3px);
box-shadow:0 8px 20px rgb(64 156 251 / 64%);
text-decoration:none;
}

/* -------------------End portfolio------------------- */

/* ------------------------Contact US----------------------- */

.g-recaptcha{
transform:scale(0.9);
transform-origin:0 0;
margin-top:10px;
margin-bottom:10px;
} 

.recaptcha-box{
border-radius:8px;
overflow:hidden;
display:inline-block;
}

.contact {
width: 100%;
min-height: auto;
background-image: linear-gradient(to top, #e8f4ff 0%, #ffffff 10%);
position: relative;
padding: 75px 10px 40px 10px;
overflow: hidden;
}
.wave-divider {
width: 100%;
overflow: hidden;
line-height: 0;
margin: 0;
padding: 0;
}
.wave-divider svg {
display: block;
width: 100vw;
height: 75px;
}
.contact::before{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 290px;
background: #076bd2;
z-index: 0;
pointer-events: none;
}
.contact .container,
.contact .row{
position: relative;
z-index: 1;
}
.contact .row{
align-items: flex-end;
}
.contact h2 {
color: #ffffff;
font-size: 36px;
font-weight: bold;
margin-bottom: 10px;
}
.Contact-us span{
  color: #fcbf03;
}
.contact h4 {
color: #ffffff;
margin-bottom: 8px;
}
.contact p {
color: rgba(255,255,255,0.9);
margin-bottom: 50px;
}

.getin-touch{
  color: #ffffff;
}
/* Carded form on the right */
.contact form{
background-image: linear-gradient(to top, #e8f4ff 0%, #ffffff 10%);
border-radius: 20px;
box-shadow: 0 10px 24px rgba(0,0,0,0.08);
padding: 28px;
max-width: 520px;
margin-left: auto;
margin-top: -80px;
position: relative;
z-index: 2;
}
.contact .form-control,
.contact .form-select,
.contact textarea{
background: #ffffff45 !important;
border: 0.5px solid #eeeeee !important;
color: #3a3b3b !important;
border-radius: 30px !important;
padding: 12px 16px !important;
}
.contact textarea{
border-radius: 16px !important;
min-height: 120px;
resize: vertical;
}
.contact .form-control::placeholder,
.contact .form-select::placeholder,
.contact textarea::placeholder{
color: #3a3b3b !important;
}
#submit {
position: relative;
font-size: 18px;
letter-spacing: 1px;
border-radius: 25px !important;
color: #fff;
cursor: pointer;
background-color: #076bd2;
overflow: hidden;
transition: 0.6s;
width: 100%;
padding: 8px;
font-weight: 500;
}
#submit:before,
#submit:after {
position: absolute;
content: '';
left: 0;
top: 0;
height: 100%;
filter: blur(30px);
opacity: 0.4;
transition: 0.6s;
}
#submit:before {
width: 60px;
background: rgba(255,255,255,0.6);
transform: translateX(-130px) skewX(-45deg);
}
#submit:after {
width: 30px;
background: rgba(255,255,255,0.6);
transform: translateX(-130px) skewX(-45deg);
}
#submit:hover:before,
#submit:hover:after {
opacity: 0.6;
transform: translateX(320px) skewX(-45deg);
}
#submit:hover {
color: #D6E6F2;
background: #3296fc;
}
/* Right column image hidden in new design */
.emailemg1{
display: none;
}
/* Contact details and socials */
.contact-info-list{
display: grid;
grid-template-columns: 1fr;
gap: 14px;
padding-top: 30px;
}
.contact-info-item{
display: flex;
align-items: center;
gap: 12px;
color: #1d1d1d;
padding-bottom: 12px;
}
.contact-info-item span{
    font-weight: normal;
}

.contact-info-item i{
font-size: 18px;
color: #076bd2;
}

.contact-info-item a{
  text-decoration: none;
  color: #1d1d1d;
}
.contact-info-item a:hover{
  text-decoration: none;
}
.contact-social{
padding-top: 10px;
}
.contact-social .social-icons-row a{
width: 40px;
height: 40px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-social .social-icons-row a:nth-child(1){
background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.contact-social .social-icons-row a:nth-child(2){
background: #1877F2;
}
.contact-social .social-icons-row a:nth-child(3){
background: #FF6F00;
}
.contact-social .social-icons-row a:nth-child(4){
background: #25D366;
}
.contact-social .social-icons-row a i{
color: #ffffff;
font-size: 18px;
}
.contact-social .social-icons-row a:hover{
transform: translateY(-2px);
box-shadow: 0 8px 16px rgba(0,0,0,0.15);
text-decoration: none !important;
}
/* Left content spacing */
.contact .col-lg-8 h1,
.contact .col-lg-8 h4,
.contact .col-lg-8 p{
padding-left: 10px;
}
/* Mobile */
@media (max-width: 991.98px){

.contact-info-list {
padding-top: 0px;
}
.wave-divider svg {
display: block;
width: 100vw;
height: 95px;
}
.contact form{
max-width: 100%;
margin-top: -60px;
}
.emailemg1{
display: none;
}
.contact h1{
font-size: 30px;
}
}
/* Two equal columns at lg and above without changing HTML classes */
@media (min-width: 992px){
.contact .col-lg-8,
.contact .col-lg-4{
flex: 0 0 50%;
max-width: 50%;
}

.contact::before {
    content: "";
    position: absolute;
    height: 440px;
   
}
.contact .col-lg-8{
position: relative;
}
.contact .col-lg-4{
display: flex;
justify-content: flex-end;
align-items: flex-start;
padding-top: 0;
}
.contact form{
margin-left: 0;
}
/* Move intro copy into the top blue area */
.contact .col-lg-8 > h2,
.contact .col-lg-8 > h4,
.contact .col-lg-8 > p{
position: relative;
z-index: 1;
transform: none;
margin-top: -210px;
}
.contact .contact-info-list{
margin-top: -20px;
}
}

/*--------------model contact Form----------------*/
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background: rgba(0,0,0,0.25);
}

.custom-overlay.active {
  display: flex;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.custom-modal {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  width: 340px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.custom-icon i {
  font-size: 60px;
}

.custom-icon.success i {
  color: #22c55e;
}

.custom-icon.error i {
  color: #ef4444;
}

.custom-modal h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.custom-modal p {
  font-size: 14px;
  color: #666;
}

.custom-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #076bd2;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.custom-btn:hover {
  background: #1a7be6;
  transform: translateY(-1px);
}

/* -------------------End Contact US---------------- */
/* -----------------Star rating------------------ */
/*---------------start underline ------------------*/
#toggle_reviews{
position: relative;
}
.Review1{
width: 100%;
height: auto;
background: #fff;
padding-top: 30px;
padding-bottom: 30px;
}
.Review1 h2{
font-weight: bolder;
}

/* rope underline */
#toggle_reviews::after{
content: "";
position: absolute;
left: 20px;
bottom: 6px;
width: 0;
height: 6px;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='6' viewBox='0 0 120 6'><path d='M0 3 Q15 0 30 3 T60 3 T90 3 T120 3' fill='none' stroke='white' stroke-width='2'/></svg>");
background-repeat: repeat-x;
background-size: 60px 6px;
transition: width 0.4s ease;
}
/* animate rope */
#toggle_reviews:hover::after{
width: calc(100% - 40px);
animation: ropeMove 1.2s linear infinite;
}
@keyframes ropeMove{
from{
background-position: 0 0;
}
to{
background-position: 60px 0;
}
}
#review_content .card-footer{
font-size: 11px;
}
/*----------- underline and ------------------*/
/* review toggle button */
#toggle_reviews{
position: relative;
display: inline-block;
padding: 10px 20px;
background: #076bd2;
color: #fff;
font-size: 16px;
text-decoration: none;
border-radius: 6px;
cursor: pointer;
transition: background 0.3s ease, color 0.3s ease;
}
#toggle_reviews:hover{
background: #3296fc;
color: #fff;
}
#toggle_reviews:hover::after{
width: calc(100% - 40px);
}
/* review date */

#review_content .card-footer{
  text-align: right;
font-size: 11px;
color: #494b4d;
}
.progress-label-left
{
float: left;
margin-right: 0.5em;
line-height: 1em;
}
.progress-label-right
{
float: right;
margin-left: 0.3em;
line-height: 1em;
}
.star-light
{
color:#e9ecef;
}

/* ----------------------FOOTER---------------------- */
.footer-section {
background: #076bd2;
padding: 35px 0 30px;
color: #fff;
}
/* Social Icons */
.social-icons {
margin-bottom: 15px;
}
.social-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 0 7px;
border-radius: 50%;
background-color: #fff;
color: #076bd2;
font-size: 16px;
transition: 0.3s ease;
text-decoration: none;
}
.social-icons a:hover {
.social-icons a i {
display: inline-block;
line-height: 1;
font-size: 16px;
}
background-color: #076bd2;
color: #fff;
transform: translateY(-4px);
text-decoration: none;
text-decoration: none;
}
/* Footer Menu */
.footer-menu {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu li {
display: inline-block;
margin: 0 8px;
margin-bottom: 17px;
}
.footer-menu li a {
color: #ddd;
text-decoration: none;
font-size: 15px;
transition: 0.3s ease;
text-transform: uppercase;
font-weight: 500;
}
.footer-menu li a:hover {
color: #fcbf03;
}
/* Responsive */
@media (max-width: 768px) {
.footer-menu li {
display: block;
margin: 12px 0;
padding-bottom: 10px;
}

}
.quicklink{
text-align: center;
font-weight: bold;
font-size: 25px;
margin-bottom: 17px;
}
.logo-footer {
  text-align: center;
  padding-bottom: 5px;

}
.logo-footer img {
  display: inline-block;
  max-width: 200px;
  height: auto;
  border-radius: 7px;
  padding: 10px 15px;
  opacity:0.9;
}


/* -------------------------Footer----------------------- */
.footer {
width: 100%;
height: auto;
background: #076bd2;
padding-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
.row-footer{
border-top: 1px solid #ddd;
}
.footer p{
color: #dddfe1;
margin: 0;
letter-spacing: 0.4px;
font-size: 12px;
}

.footer-admin-access {
  display: inline-block;
  margin: 0 auto 1px;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.32);
  opacity: 0.32;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.footer-admin-access:hover {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.05);
  text-decoration: none;
}

.graphic-de {
  letter-spacing: 0.4px;
  font-size: 12px;
}

.graphic-de a {
  display: inline-block;
  color: #dddfe1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.graphic-de a:hover {
  color: #fcbf03;
  transform: scale(1.05);
}

/*-----------read-more-about-button-------------*/
.read-more-about{
    display:inline-block;
    background:#076bd2;
    color:#fff;
    padding:10px 20px;
    text-decoration:none;
    border-radius:5px;
    font-size:15px;
    font-weight:500;
    transition:0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-more-about i{
    margin-left:6px;
}

.read-more-about:hover{
    background:#0557a8;
}

/* Target the icon inside .read-more-about */

.read-more-back{
  padding-top: 35px;
  text-align: center;
}


/*-------------wall-floor-tiling----------------*/
.wall-floor-tiling{
width: 100%;
min-height: auto;
background-image:
radial-gradient(circle at 20% 30%, rgba(255,255,255,0.7) 0%, transparent 40%),
radial-gradient(circle at 80% 70%, rgba(255,255,255,0.6) 0%, transparent 40%),
linear-gradient(135deg, #daecff 0%, #b8dbff 100%);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding: 90px 10px 50px 10px;
overflow: hidden;
}
.wall-floor-tiling img {
 box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px; 
}
.wall-floor-tiling .col-md-6 {
  padding-top: 20px;
}

.wall-floor-tiling h2{
font-size: 1.4rem;
}

/*-------------about page----------------*/
.service-list-about li{
color: #212529;
font-size:16px;
transition: all 0.3s ease;
}
.service-list-about i{
margin-right:8px;
}
.service-list-about .fa-about{
  color:#076bd2;
}

.service-list-about li:hover{
color:#076bd2;
transform: translateX(3px);
}

/* Tablet devices (iPad) - 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  
  .row.equal-height {
    display: flex;
    align-items: stretch; /* Columns will stretch to the same height */
  }

  /* Each column uses flex to center content vertically */
  .row.equal-height > .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; 
  }

  /* Make images fill their column height and maintain aspect ratio */
  .row.equal-height img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  /* Optional: remove extra margin in paragraph text */
  .wall-floor-tiling p {
    margin: 0;
  }
}


/*-----------content-link-----------*/

.content-link {
  color: #1a73e8;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;   
  text-underline-offset: 2px;      
}

.content-link:hover {
  color: #0b5bd3;
  text-decoration-thickness: 2px;
}







/*-------------------------Resposive-----------------------*/



@media (max-width: 431px) {
.contact::before {
    content: "";
    height: 315px;
}
.aboutus h3 {
    font-size: 23px;
    padding-top: 0;
}
.navbar-toggler {
        margin-right: 15px;
    }
.navbar img{
  margin-left: 10px;
}
.footer p{
font-size: 11px;
}

.graphic-de {
  font-size: 11px;
}
}
/* =========================================
   📱 MOBILE (iPhone Devices)
========================================= */

@media (max-width: 575px) {
  .aboutus h2,
  #home-portfolio h2,
  .why-choose-us h2,
  .contact h2,
  .Review1 h2,
  #services h2 {
      font-size: clamp(30px, 5vw, 35px);
  }
}

.aboutus {
    padding-top: 70px;
}

.aboutus h3 {
    font-size: 23px;
    padding-top: 0;
}
.aboutus .col-lg-6{
  padding-top: 20px;
}
.row .about-text {
    padding-top: 0;
    line-height: 1.4;
}

.navbar {
    padding: 10px;
}

.navbar-nav {
    flex-direction: column;
    text-align: center;
}

.nav-link {
    margin: 5px 0;
}

.aboutus img,
.Our img,
.portfolio img {
    width: 100%;
}

.contact input,
.contact select,
.contact textarea {
    width: 100%;
}


.aboutus h3 {
    font-size: 20px;
    padding-top: 0;
}


/* =========================================
   📲 SMALL TABLET (iPad Mini)
========================================= */
@media (min-width: 768px) and (max-width: 820px) {

.aboutus h2,
  #home-portfolio h2,
  .why-choose-us h2,
  .contact h2,
  .Review1 h2,
  #services h2 {
      font-size: clamp(35px, 5vw, 40px);
  }


.row .about-text {
    line-height: 1.3;
}

.home-png {
    max-width: 100%;
    height: auto;
}
 .right-service {
        margin-left: -10px;
        margin-right: 0px;
    }


}


/* =========================================
   📲 TABLET (iPad Air)
========================================= */
@media (min-width: 768px) and (max-width: 1023px) {

.row .about-text {
    line-height: 1.25;
}
 .right-service {
        margin-left: -10px;
        margin-right: 0px;
    }
   .contact::before {
    content: "";
    height: 460px;
}

}



/* =========================================
   💻 DESKTOP
========================================= */
@media (min-width: 1195px) {

 .right-service {
        margin-left: -10px;
        margin-right: 0px;
    }
  

}


/* =========================================
   🌍 GLOBAL (All Devices)
========================================= */

.maps {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}


/*---------------------blog---------------------*/
/* Blog page wrapper */
.blog-page {
   min-height: calc(100vh - 130px);
  padding: 90px 15px 50px;
  display: block;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.7) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.6) 0%, transparent 40%),
    linear-gradient(135deg, #daecff 0%, #b8dbff 100%);
}
@media (max-width: 1024px) {
  .blog-page {
    min-height: auto !important;
  }
}

/* image wrapper */
.blog-page .blog-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 360px;
  border-radius: 16px;
}

.blog-page .blog-card {
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.14);
  overflow: hidden;
}

.blog-page .blog-card img,
.blog-page .blog-card .card-img,
.blog-page .blog-card .card-img-top {
  position: static;
  top: auto;
  left: auto;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.blog-page .blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .45s ease;
}

.blog-page .blog-card:hover .blog-card-image {
  transform: scale(1.06);
}

.blog-page .blog-overlay.blog-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #fff;
  text-align: left;
}

.blog-page .blog-overlay.blog-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.38) 45%, rgba(0,0,0,0) 72%);
}

.blog-page .blog-card-content {
  position: relative;
  width: 100%;
}

.blog-page .blog-card-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
}

.blog-page .blog-card-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.25;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-page .blog-card-title-link {
  color: #fff;
  text-decoration: none;
}

.blog-page .blog-card-title-link:hover {
  color: #fff;
  text-decoration: none;
}

.blog-page .blog-card-excerpt {
  margin: 0 0 14px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.86);
  line-height: 1.45;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* disable global overlay */
.blog-page .overlay {
  display: none !important;
}
.blog-title{
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem; 
  line-height: 1.2;
}
.blog-page > .container > .row > .col-12{
padding-top: 20px;
margin-top: 10px;
}

.custom-btn-blog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    background: #2ea44f;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 650;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 10px 18px rgba(46, 164, 79, 0.22);
}

.custom-btn-blog:hover {
    background: #278a42;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .blog-page .blog-img-wrapper { height: 300px; }
  .blog-page .blog-overlay.blog-card-overlay { padding: 16px; }
  .blog-page .blog-card-title { font-size: 1.15rem; }
}

.blog-case-page {
  min-height: calc(100vh - 130px);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.7) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.6) 0%, transparent 40%),
    linear-gradient(135deg, #daecff 0%, #f4f8ff 100%);
}

.blog-case-breadcrumb {
  padding: 104px 12px 14px;
}

.blog-case-breadcrumb .breadcrumb {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.blog-case-breadcrumb .breadcrumb a {
  color: #0b5ed7;
  text-decoration: none;
}

.blog-case-breadcrumb .breadcrumb a:hover {
  text-decoration: underline;
}

.blog-case-hero {
  position: relative;
  height: clamp(500px, 62vh, 700px);
  overflow: hidden;
}

.blog-case-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .6s ease;
}

.blog-case-hero:hover .blog-case-hero-img {
  transform: scale(1.03);
}

.blog-case-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.28) 55%, rgba(0,0,0,0) 78%);
}

.blog-case-hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 12px 34px;
}

.blog-case-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.blog-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
}

.blog-case-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-case-meta-item i {
  color: rgba(255, 255, 255, 0.86);
}

.blog-case-body {
  padding: 46px 0 80px;
}

.blog-case-container {
  max-width: 1200px;
}

.case-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.09);
  overflow: hidden;
}

.case-card-header {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  background: rgba(255,255,255,0.7);
}

.case-card-body {
  padding: 20px;
}

.case-card-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 750;
}

.case-lead {
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.88);
}

.case-content {
  color: rgba(17, 24, 39, 0.88);
  line-height: 1.9;
  font-size: 1.05rem;
  word-break: break-word;
}

.case-gallery {
  column-count: 3;
  column-gap: 16px;
}

.case-gallery-item {
  display: inline-block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0 0 16px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
  transition: transform .18s ease, box-shadow .18s ease;
  cursor: pointer;
}

.case-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.2);
}

.case-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .45s ease;
}

.case-gallery-item:hover img {
  transform: scale(1.04);
}

.case-info-list {
  display: grid;
  gap: 12px;
}

.case-info-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.04);
}

.case-info-label {
  color: rgba(17, 24, 39, 0.65);
  font-size: 0.92rem;
  font-weight: 600;
}

.case-info-value {
  color: rgba(17, 24, 39, 0.9);
  font-size: 0.98rem;
  text-align: right;
}

.case-map iframe {
  width: 100%;
  height: 240px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
}

.case-nav-card {
  display: block;
  text-decoration: none;
  color: rgba(17, 24, 39, 0.92);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
  transition: transform .18s ease, box-shadow .18s ease;
}

.case-nav-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
}

.case-nav-kicker {
  color: rgba(17, 24, 39, 0.55);
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.case-nav-title {
  font-weight: 720;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-related-card {
  display: block;
  text-decoration: none;
  color: #111827;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
  transition: transform .18s ease, box-shadow .18s ease;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.case-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.16);
}

.case-related-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.case-related-body {
  padding: 12px 12px 14px;
}

.case-related-date {
  font-size: 0.88rem;
  color: rgba(17, 24, 39, 0.6);
  margin-bottom: 6px;
}

.case-related-title {
  font-weight: 720;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-links {
  display: grid;
  gap: 10px;
}

.case-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(17, 24, 39, 0.86);
  background: rgba(15, 23, 42, 0.04);
  transition: transform .18s ease, background-color .18s ease;
}

.case-links a:hover {
  transform: translateY(-1px);
  background: rgba(13, 110, 253, 0.08);
}

.case-links i {
  color: rgba(13, 110, 253, 0.9);
}

.case-mini-link {
  font-size: 0.92rem;
  text-decoration: none;
  color: rgba(13, 110, 253, 0.95);
}

.case-recent-list {
  display: grid;
  gap: 14px;
}

.case-recent-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: rgba(17, 24, 39, 0.9);
}

.case-recent-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.case-recent-title {
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-recent-date {
  font-size: 0.88rem;
  color: rgba(17, 24, 39, 0.6);
  margin-top: 4px;
}

.case-contact-title {
  font-weight: 760;
  margin-bottom: 6px;
}

.case-contact-sub {
  color: rgba(17, 24, 39, 0.7);
  margin-bottom: 14px;
}

.case-contact-actions {
  display: grid;
  gap: 10px;
}

.case-cta-banner {
  border-radius: 22px;
  background: linear-gradient(135deg, #0b5ed7 0%, #2ea44f 100%);
  color: #fff;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
}

.case-cta-title {
  font-weight: 820;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.case-cta-sub {
  color: rgba(255, 255, 255, 0.9);
}

.case-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.jp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: none;
}

.jp-lightbox.is-open {
  display: block;
}

.jp-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.82);
}

.jp-lightbox-dialog {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, calc(100vw - 28px));
  background: rgba(17, 24, 39, 0.98);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.45);
}

.jp-lightbox-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  border-radius: 14px;
}

.jp-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jp-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jp-lightbox-nav.prev { left: 10px; }
.jp-lightbox-nav.next { right: 10px; }

body.jp-lightbox-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .blog-case-breadcrumb { padding-top: 96px; }
  .case-gallery { column-count: 2; }
}

@media (max-width: 575.98px) {
  .case-gallery { column-count: 1; }
  .case-card-header { padding: 16px 16px; }
  .case-card-body { padding: 16px; }
  .case-cta-banner { flex-direction: column; align-items: flex-start; }
}

/* Hero Inline Stats Bar - Compact Version */
.hero-stats-compact {
  width: 100%;
  padding: 0 10px;
  margin-top: 14px;
}

.stats-flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.stat-unit {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.stat-unit i {
  font-size: 1.875rem; /* 30px for mobile */
  text-shadow: 0 0 12px rgba(255,255,255,0.4);
}

.stat-text {
  text-align: left;
}

.stat-value {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.stat-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2px;
}

.stat-sep {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* Desktop sizing */
@media (min-width: 768px) {
  .stats-flex-row { gap: 30px; }
  .stat-unit { gap: 10px; }
  .stat-unit i { font-size: 2.25rem; } /* 36px for desktop */
  .stat-value { font-size: 1.75rem; }
  .stat-desc { font-size: 0.75rem; }
  .stat-sep { height: 40px; }
}

@media (min-width: 992px) {
  .stats-flex-row { gap: 50px; }
  .stat-value { font-size: 2.25rem; }
}

/* Color classes as requested */
.stat-icon-green { color: rgba(255,255,255,0.95); }
.stat-icon-blue { color: #FFFFFF; }
.stat-icon-orange { color: rgba(255,255,255,0.95); }
.stat-icon-gold { color: rgba(255,255,255,0.95); }
