      
/*Our Design Process start*/
.process {
  padding: 80px 0;
  background: #f7f7f7;
}

.head {
  text-align: center;
  margin-bottom: 20px;
}

.head h2 { font-size: 38px; }

.head em { color: #46bcec; font-style: normal; }

.head p { color: #666; }

.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #46bcec;
}

/* item */
.item {
  width: 50%;
  padding:0 10px;
  position: relative;
}

.left { text-align: right; }
.right { margin-left: 50%; }

/* box */
.box {
  background: #fff;
  padding: 5px 20px;
  border-radius: 10px;
}

/* circle */
.circle {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #46bcec;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}

/* button */
.bottom {
  text-align: center;
  margin-top: 50px;
}

.btn {
  padding: 10px 20px;
  background: #0f3b3b;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}
@media(max-width:768px){
  .item, .right {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .timeline::before {
    left: 20px;
  }

  .circle {
    left: 20px;
    transform: none;
  }
}




/* Section spacing */


/* Header */
.sub-title {
  font-size: 13px;
  letter-spacing: 2px;
  color: #46bcec;
  font-weight: 600;
  display: block;
}

.section-title {
  font-size: 56px;
  font-weight: 500;
  color: #1f3d36;
}

.section-title em {
  color: #46bcec;
}

/* Card */
.service-card {
padding:30px;
transition: all 0.3s ease;
border:1px solid #b89b5e;
}

/* Icon */
.service-card .icon {
  width: 55px;
  height: 55px;
  background: #e9e2d2;
  color: #b89b5e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  transition: 0.3s;
}

/* Icon hover */
.service-card:hover .icon {
  background: #1f3d36;
  color: #fff;
}

/* Text */
.service-card h5 {
  color: #1f3d36;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #777;
}

/* Link */
.service-link {
  display: inline-block;
  margin-top: 10px;
  color: #1f3d36;
  font-weight: 500;
  text-decoration: none;
}


  /* Blog Card Smooth Loading & Hover */
.blog-card {
    transition: all 0.4s ease;
    transform: translateY(0);
    opacity: 0;
}

/* Fade-in animation on page load using WOW.js */
.blog-card.wow {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effect */
.blog-card:hover {
    background-color: red !important;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Hover text links inside card */
.blog-card:hover h4 a,
.blog-card:hover p a,
.blog-card:hover p {
    color: #fff !important;
}

/* Optional: smooth transition for links */
.blog-card h4 a,
.blog-card p a {
    transition: color 0.4s ease;
}






/* ========= Appointment Section ========= */

.consultation-section{
background:#083f40;
}

.subtitle{
color:#d3a11c;
letter-spacing:2px;
font-size:15px;
text-transform:uppercase;
}

.consult-title{
font-size:68px;
line-height:1.1;
color:#fff8ef;
font-family:Georgia,serif;
font-weight:500;
}

.consult-text{
color:#d9e5df;
font-size:18px;
line-height:1.8;
}

.cta-btn{
background:red!important;
color:#fff!important;
font-weight:700!important;
transition:.5s!important;
}

.cta-btn:hover{
background:#c9960d!important;
color:white;
}

.shape{
position:absolute;
/*background:#1a5a48;*/
border-radius:50%;
}

.shape-top{
width:260px;
height:260px;
top:-120px;
right:-70px;
}

.shape-bottom{
width:220px;
height:220px;
bottom:-120px;
left:-90px;
}






.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.category-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .5s ease;
}

.category-card:hover img {
    transform: scale(1.08);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
    text-align: center;
}

.category-overlay h4 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}





.cta-section-left {
    padding: 80px 20px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('/uploads/aboutus/slider1.jpg') center/cover no-repeat;
    color: #fff;
}

.cta-section-left .cta-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    color:#fff!important;
}

.cta-section-left .cta-text {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: left;
}

.cta-section-left .cta-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #46bcec!important;
    color: #025068!important;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s ease;
}

.cta-section-left .cta-btn:hover {
    background: #fff;
    color: #9e0707;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .cta-section-left .cta-title {
        font-size: 28px;
    }
    .cta-section-left .cta-text {
        font-size: 16px;
    }
}



    .team-gallery .gallery-item {
    position: relative;
    overflow: hidden;
}

.team-gallery .gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover Zoom */
.team-gallery .gallery-item:hover img {
    transform: scale(1.08);
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-overlay span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

.team-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Responsive height */
@media (max-width: 768px) {
    .team-gallery .gallery-item img {
        height: 200px;
    }
}



   .our-approach {
  background: #f8f9f8;
}

.section-subtitle {
  color: #a38b5d;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
}

/* Card */
.approach-card {
border: 1px solid #ccc;
padding: 15px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.approach-card h5 {
  margin-top: 15px;
  color: #1f3d36;
  font-weight: 600;
}

.approach-card p {
  font-size: 14px;
  color: #777;
}

/* Icon */
.icon-box {
  width: 60px;
  height: 60px;
  background: #1f3d36;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: auto;
  font-size: 20px;
}





    .py-80 {
  padding: 80px 0;
}

.contact-area {
  background: #f6f6f4;
}

/* Left */

.title {
  font-size: 38px;
  font-weight: 700;
  color: #1f3d36;
  margin: 10px 0;
}

.desc {
  color: #666;
  margin-bottom: 30px;
}

/* Contact Item */
.contact-item {
  display: flex;
  margin-bottom: 20px;
}

.contact-item .icon {
  width: 45px;
  height: 45px;
  background: #e9e2d2;
  color: #b89b5e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 15px;
}

.contact-item h6 {
  margin: 0;
  font-weight: 600;
  color: #1f3d36;
}

.contact-item p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.contact-item a {
  color: #777;
  text-decoration: none;
}

.contact-item a:hover {
  color: #1f3d36;
}

/* Divider */
.divider {
  height: 1px;
  background: #ddd;
  margin: 25px 0;
}

/* Why Us */
.why-us h5 {
  color: #1f3d36;
  font-weight: 600;
}

.why-us ul {
  padding-left: 18px;
}

.why-us li {
  margin-bottom: 8px;
  color: #666;
}

/* Right Form */
.contact-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-box h4 {
  margin-bottom: 20px;
  color: #1f3d36;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px;
}

.btn-contact {
  background: #1f3d36;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-contact:hover {
  background: #b89b5e;
}
/* Section background */
.cta-section {
  background: linear-gradient(90deg, #030c0b, #0c2f2a);
  color: #fff;
}

/* Heading */
.cta-section h2 {
  font-size: 32px;
  font-weight: 600;
}

/* Input field */
.cta-input {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  color: #fff;
  padding: 12px 20px;
}

.cta-input::placeholder {
  color: #ccc;
}

/* Button */
.cta-btn {
  background: #b89b5e;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  border: none;
}

.cta-btn:hover {
  background: #a8894f;
}
/*Our Work Process Start*/
.process-section {
  background: #f6f6f4;
}

.process-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.process-icon {
  width: 50px;
  height: 50px;
  background: #1f3d36;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.process-box h6 {
  margin: 0;
  font-weight: 600;
  color: #1f3d36;
}

.process-box p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.process-img {
  width: 100%;
  border-radius: 15px;
}

/*Our Work Process End*/


.hover_card{ 
    /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);*/
    transition: all 0.35s ease;
    position: relative;
}

.hover_card:hover{
  transform: translateY(-10px);
  /*box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);*/
    
}