/* SPA */
a:focus-visible {
  border: 1px solid black;
  outline: none;
  border-radius: 4px; /* optional: makes the border look smoother */
  padding: 2px; /* optional: ensures border doesn’t overlap text */
}


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	scroll-behavior: smooth
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:115px;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58%;
  flex:0 0 58%;
	max-width: 58%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33%;
  flex:0 0 33%;
	max-width: 33%;
	}
.col-sm-3 {
	-ms-flex:0 0 24.9%;
  flex:0 0 24.9%;
	max-width: 24.9%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.align-center{
	text-align: center!important;
}
.align-right{
	text-align:right!important;
}
.align-left{
	text-align:left!important;
}
.align-justify{
  text-align: justify;
}
.clr {
	clear: both;
	}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
.bdr{
	border: none!important;
}
.padding-btm20{
  padding-bottom:50px;
}
/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	transition: background-color .3s;
	background:#0f903c;
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border:0px;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #ef8721;
	color: #fff;
	}
/* #Homepage Styles
================================================== */


/* =Header
-------------------------------------------------------------- */

header .container{
	width: 95%;
}
header .logo {
	width:20%;
	float: left;
	}
header .logo img{
	width:140px;
}
header .nav-search-wrap{
	width:80%;
	float: left;
	padding:0px 0px;
	}
header .nav-search{
	padding:0px 0px;
	float: right;
	}
header .navbox{
	padding:0px 0px;
	}

header.smaller .logo img{
	width:100px;
	}
img{
	width: 100%;
}
/*Banner
================================================== */ 
.top_bdr{
  border-top:1px solid #ececec;
  margin-top:12px;
  }
.breadcrumb{
  width:100%;
  border-bottom:1px solid #ececec;
  border-top:1px solid #ececec;
  text-align: left;
  margin-bottom:2%;
  padding:5px 5%;

  }
.breadcrumb ul{
  margin:0 auto;
  width:100%;
  }
.breadcrumb li{ 
  font-size:15px;
  color:#9e9a97;
  font-weight:500;
  letter-spacing:1px;
  display:inline-block;
  margin:10px 0 10px 10px;
  text-align:left;
  text-transform: capitalize;
  }
.breadcrumb li a{
  font-size:12px;
  color:#000;
  font-weight:300;
  text-transform: capitalize;
  }
.breadcrumb li a:after{
  color: #8a8a8a;
  font-family:'FontAwesome';
  font-weight: 900; 
  content: "\f0da";
  padding:10px 0px 10px 10px;
  }
.breadcrumb > li + li::before{
  color:#8a8a8a;
  }
.breadcrumb li:first-child{
  margin: 10px 0 10px 0px;
  }
.main-banner {  
 width: 100%;
}
.video-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .video-text{
  width:100%;
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  bottom:40px;
  text-align: center;
  font-size:66px;
  color: #fff;
  font-weight:600;
}
/* HERO */
/* SECTION */
.quote-section {
  background: #fff;
  padding:100px 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* LEFT TEXT */
.quote-text {
  flex: 2;
   font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size:28px;
  color:#545454;
  text-align: left;
}

/* RIGHT SIGNATURE */
.signature {
  flex: 1;
  text-align: right;
}

.signature img {
  max-width:320px;
  width: 100%;
}

/* TABLET */
@media (max-width: 992px) {
  .quote-text {
    font-size: 20px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .quote-section {
    flex-direction: column;
    text-align: center;
  }

  .signature {
    text-align: center;
  }

  .quote-text {
    font-size: 18px;
  }
}



.introline {
  padding:240px 0;
  text-align: center;
  background: url('../images/signature-bg.jpg') no-repeat center center/cover;
}
.introline-text{
  width:65%;
  margin:0 auto;
}
.introline-text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size:38px;
  color:#000;
  text-align: left;
  margin-bottom: 10px;
}
.introline-text h2 span{
  display: block;
}

.author {
  font-family: "Playfair Display", serif;
  font-size:24px;
  color: #545454;
  text-align: right;
  font-style: italic;
}
.author img{
  width:300px;
}
.section-one {
  display: grid;
  grid-template-columns: 2fr 0.7fr;
  gap: 20px;
}
.thum-image{
  width: 100%;
  float: left;
}
.section-one-text {
  background: #b0b0b0;
  padding: 40px;
  display: flex;
  align-items: end;
}
.section-one-text p{
  font-size:38px;
  color:#fff;
  text-align: right;
  font-weight: 400;
}
/* 360 SECTION */
.integrated {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  padding:0px;
  gap:20px;
}
.integrated-text-box{
  display: flex;
  align-items: center;
  background:#ecdcd0 ;
  padding: 40px;
  position: relative;
}
.integrated-text h2 {
  margin-bottom: 20px;
  font-size:46px;
  color:#000;
  text-align: right;
  font-weight:700;
}
.integrated-text p{
  font-size:38px;
  color:#545454;
  font-weight:400;
  text-align: right;
}
.btn-link {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  font-weight: 600;
  font-size:28px;
  color:#545454;
  text-decoration: underline;
  position: absolute;
  bottom:40px;
}
.video-box{
    position:relative;
    width:100%;
    height:800px;
    cursor:pointer;
    overflow:hidden;
    margin:20px 0px;
}
/* Cover Image */
.video-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
/* Play Button */
.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    background:rgba(0,0,0,0.6);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    opacity:0;
    transition:0.3s;
}
/* Show button on hover */
.video-box:hover .play-btn{
    opacity:1;
}
/* Hide image when playing */
.fullscreen-video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:none;
}






/* PUBLICATION */
.service-wrap {
  padding: 60px 5%;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.service-card h4 {
  margin-top: 15px;
  font-size: 26px;
  color:#000;
  font-weight:500;
  text-align: center;
}

.service-card {
  background: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}

.areas {
  padding: 60px 5%;
  background: #f5f5f5;
}



/* GRID */
.areas-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

/* LEFT */
.areas-grid .left {
  flex: 1;
}

.areas-grid .left h3 {
  font-size: 60px;
  color: #2e3b1f;
  margin-bottom: 20px;
}

.areas-grid .left p {
  font-size:26px;
  color:#3333;
  line-height:36px;
  color: #2e3b1f;
}
.areas-grid .left p span{
  display: block;
}
/* RIGHT */
.areas-grid .right {
  flex: 1;
  display: flex;
  align-items: center;
  padding:0px 0px;
}

.areas-grid .right p {
  font-size:26px;
  color:#3333;
  line-height:36px;
  color: #333;
}
.areas-grid .right ul li {
  font-size:22px;
  color:#3333;
  line-height:36px;
  color: #333;
  list-style-type: disc;
  padding-bottom: 8px;
}
/* IMAGE */

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

.video-section video {
  width: 70%;
  height: 100%;
  object-fit: cover;
  float: right;
}

/* 📱 RESPONSIVE */
@media (max-width: 992px) {
  .areas-grid {
    flex-direction: column;
  }

  .left h1 {
    font-size: 40px;
  }

  .left p {
    font-size: 18px;
  }

  .right p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .left h1 {
    font-size: 32px;
  }

  .left p {
    font-size: 16px;
  }
}




/* SERVICES */
.design-section{
    display:flex;
    gap:20px;
    padding:20px 5% 0px;
}
.urban{
    width:67%;
}
.landscape{
    width:33%;
}
.design-box{
    position:relative;
    overflow:hidden;
}
.design-box img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.design-title{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
    font-size:40px;
    font-weight:700;
}

/* Mobile Responsive */

@media(max-width:768px){
  .design-section{
      flex-direction:column;
  }
  .urban,
  .landscape{
      width:100%;
  }
  .design-title{
      font-size:24px;
  }

}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding:20px 5%;
}
.service-card {
  position: relative;
}
.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* Image card base */
.image-card {
  overflow: hidden;
  cursor: pointer;
}

/* Image animation */
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Dark overlay */
.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Text animation */
.image-card span {
  transform: translateY(20px);
  transition: transform 0.4s ease, letter-spacing 0.4s ease;
}

/* Hover effects */
.image-card:hover img {
  transform: scale(1.1);
}

.image-card:hover::after {
  opacity: 1;
}

.image-card:hover span {
  transform: translateY(0);
  letter-spacing: 2px;
}

.image-card span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size:42px;
}
.blue-card {
  background: #4d587d;
  color: #fff;
  padding:60px 40px 0px;
  align-items: center;
}
.text-one{
  font-size:32px;
  color:#fff;
  text-align: center;
}
.text-two{
  font-size:26px;
  color:#fff;
  text-align: left;
  line-height:42px;
}




/* Main container */
.expertise-section {
  width: 100%;
  padding: 40px 5%;
  margin: 0 auto;
}
.expertise-left{
  width: 100%;
}

.expertise-left .oned{
  width: 100%;
  padding:34% 0%;
}

.expertise-left .twod{
  flex: 1;
  align-content: center;
}
.expertise-section .expertise-left h2 {
  font-size:32px;
  color:#000;
  margin-bottom: 20px;
}
.expertise-section .expertise-left p {
  margin: 6px 0;
  font-size: 20px;
  color:#000;
  line-height: 1.5;
}
.expertise-section .expertise-card{
  margin-bottom: 20px;
}
.expertise-section .expertise-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.expertise-section .expertise-card h3 {
  font-size:24px;
  color:#000;
  padding: 10px 0px;
}

/* PUBLICATION */
.publication {
  padding: 60px 5%;
}
.publication h3 {
  margin-bottom: 20px;
  font-size:46px;
  color:#000;
  text-align: left;
  font-weight:500;
}

.pub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.pub-card h4 {
  margin-top: 15px;
  font-size: 26px;
  color:#000;
  font-weight: 400;
}
.pub-card p {
  margin-top: 10px;
  font-size:18px;
  line-height: 28px;
  color:#000;
  font-weight:400;
  text-align: left;
}

.pub-card {
  background: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}
/*
.pub-card img{
  border-radius: 12px;
}*/
.pub-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.pub-img img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

/* Overlay */
.pub-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover effects */
.pub-card:hover {
  transform: translateY(-10px);
}

.pub-card:hover .pub-img img {
  transform: scale(1.1);
}

.pub-card:hover .pub-img::after {
  opacity: 1;
}

.pub-card h4,
.pub-card p {
  transition: transform 0.4s ease;
}

.pub-card:hover h4 {
  transform: translateY(-4px);
}

.pub-card:hover p {
  transform: translateY(-6px);
}
.address{
  width:90%;
  margin: 0 auto;
 padding:40px 0px;
 background:#fff;
}
.address-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.address-grid h4{
  font-size:28px;
  color:#545454;
  padding-bottom: 10px;
}
.address-grid p{
  font-size: 18px;
  color:#545454;
  line-height:26px;
}
.address-grid p span{
  display: block;
}

/*About*/
/* ABOUT */

.about{
display:flex;
gap:40px;
margin-top:60px;
padding: 0px 14%;
}

.about-left{
width:30%;
}

.about-left h1{
font-size:42px;
color:#000;
margin-bottom:20px;
}

.about-left ul{
list-style:none;
}

.about-left li{
margin-bottom:10px;
font-size: 16px;
color:#000;
}
.about-left li a{
color:#000;
}
.about-right{
width:70%;
}
.about-right p{
  font-size: 16px;
  color: #000;
  line-height:24px;
  font-weight:400;
  padding-bottom: 10px;
}
.main-img{
width:100%;
margin-top:20px;
}

.about-gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-top:20px;
}

.about-gallery img{
width:100%;
}


/* HISTORY */

.history{
padding: 0px 14%;
margin-top:80px;
text-align:center;
}
.history .history-content{
  width: 65%;
  float: right;
  text-align: left;
  padding-bottom:35px;
}
.history .history-content h3{
font-size:42px;
color:#000;
margin-bottom:20px;
}
.history .history-content p{
  font-size: 16px;
  color: #000;
  line-height:24px;
  font-weight:400;
  padding-bottom: 10px;
}
.leaders{
  width: 100%;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-top:40px;
}

.leader img{
width:100%;
}
.leader h4{
  font-size:20px;
  color:#000;
  font-weight:500;
  text-align: left;
  padding: 10px 0px;
}
.leader h4 span{
  font-size: 16px;
  display: block;
  font-style: italic;
}
.leader p{
  font-size: 16px;
  color: #000;
  line-height:22px;
  text-align: left;
  font-weight:400;
  padding-bottom: 10px;
}
.leader ul {
  padding: 0px 15px;
}
.leader ul li{
  font-size: 16px;
  color: #000;
  line-height:22px;
  text-align: left;
  font-weight:400;
  list-style: disc;
  padding-bottom:5px;
}
/* TEAM */

.team{
margin-top:80px;
width: 100%;
padding:20px 14%;
}
.team h3{
  font-family: 'aeonikregular';
font-size:42px;
color:#000;
font-weight: 300;
margin-bottom:20px;
}
.team-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:40px;
}

.team-card img{
width:100%;
}
.team-card h4{
  font-size:20px;
  color:#000;
  font-weight:500;
  text-align: left;
  padding: 15px 0px 5px;
}
.team-card h5{
  font-size:16px;
  color:#000;
  font-weight:500;
  text-align: left;
}
/* LIFE */

.life{
  width: 100%;
  padding:80px 14% 0px;
}
.life h2{
  font-family: 'aeonikregular';
font-size:42px;
color:#000;
font-weight: 300;
margin-bottom:20px;
}
.lifes{
  width: 100%;
  display:flex;
  gap:40px;
  align-items:center;
}
.lifes .life-left img{
width:100%;
}

.lifes .life-left{
width:60%;
}

.lifes .life-right{
width:40%;
}
.lifes .life-right h3{
  font-family: 'aeonikregular';
font-size:42px;
color:#000;
font-weight: 300;
margin-bottom:20px;
}
.lifes .life-right p{
  font-size: 16px;
  color: #000;
  line-height:22px;
  text-align: left;
  font-weight:400;
  padding-bottom: 10px;
}
/* VALUES */
.btm3box{
  width: 100%;
  padding:80px 14%;
  margin: 0 auto;
}
.btmbox{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:60px;
margin-bottom:80px;
}
.btmbox .btm-box{
padding:40px;
text-align:center;
}
.btmbox .btm-box h3{
  font-family: 'aeonikregular';
font-size:59px;
color:#000;
text-align: center;
font-weight:600;
margin-bottom:20px;
}
.btmbox .btm-box p{
  font-size: 16px;
  color: #000;
  line-height:22px;
  text-align: center;
  font-weight:400;
  padding-bottom: 10px;
}
.colr1{
  background:#a8adbf;
}
.colr2{
  background:#e3ddcb;
}
.colr3{
  background:#e4dbda;
}
.gallery-container{
    max-width:1200px;
    margin:auto;
    padding:10px;
}

/* Main Image */
.main-image img{
    width:100%;
    height:auto;
    border-radius:6px;
    display:block;
}

/* Thumbnail Wrapper */
.thumb-wrapper{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:15px;
}

/* Thumbnail Gallery */
.thumbnail-gallery{
    display:flex;
    overflow:hidden;
    width:100%;
    gap:10px;
}

/* Thumbnails */
.thumbnail-gallery img{
    flex:0 0 calc((100% - 40px) / 5);  /* Always 5 thumbnails */
    height:90px;
    object-fit:cover;
    border-radius:4px;
    cursor:pointer;
    transition:0.3s;
}

.thumbnail-gallery img:hover{
    transform:scale(1.05);
}

/* Arrow Buttons */
.arrow{
    background:#000;
    color:#fff;
    border:none;
    padding:10px 15px;
    cursor:pointer;
    font-size:18px;
    border-radius:4px;
}

.arrow:hover{
    background:#444;
}

/* Tablet */
@media (max-width:992px){
    .thumbnail-gallery{
        grid-template-columns: repeat(3,1fr);
    }
}

/* Mobile */
@media (max-width:576px){
    .thumbnail-gallery{
        grid-template-columns: repeat(2,1fr);
    }

    .thumbnail-gallery img{
        height:70px;
    }
}
/* TABLET */

@media(max-width:992px){

.about{
flex-direction:column;
}
.about-left,
.about-right{
width:100%;
}
.leaders{
grid-template-columns:repeat(2,1fr);
}
.team-grid{
grid-template-columns:repeat(2,1fr);
}
.life{
flex-direction:column;
}

.life-left,
.life-right{
width:100%;
}

.values{
grid-template-columns:repeat(2,1fr);
}

}


/* MOBILE */

@media(max-width:600px){
.about-left h1{
  font-size:32px;
  }
  .about-gallery{
  grid-template-columns:1fr;
  padding: 0px 5%;
  }
  .leaders{
  grid-template-columns:1fr;
  }
  .team-grid{
  grid-template-columns:1fr;
  }
  .btmbox{
  grid-template-columns:1fr;
  }

}

/*Projects*/
.projects-section{
    padding:40px 5%;
}
.projects-container{
    max-width:100%;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}
.project-card{
    background:#fff;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    transition:0.3s;
}
.project-card:hover{
    transform:translateY(-5px);
}
.project-card img{
    width:100%;
    display:block;
}
/* Hover Button */
.project-hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition:0.4s;
}

.project-card:hover .project-hover{
    opacity:1;
}

.project-info{
    padding:15px;
}
.project-info h3{
    margin:0 0 5px;
    font-size:20px;
    color:#000;
}
.project-info p{
    margin:0;
     color:#000;
    font-size:14px;
}
/* Button */
.view-btn{
    background:#fff;
    color:#000;
    padding:10px 20px;
    text-decoration:none;
    border-radius:25px;
    font-size:14px;
}
/*Project Details*/
.projects-details-container{
    width:100%;
    display: flex;
    gap: 100px;
}
.projects-details-container .pd_right {
  width: 60%;
}
.projects-details-container .pd_left {
  width: 40%;
}
.projects-details-container .pd_left h1 {
  font-size:32px;
  color: #000;
  margin-bottom: 20px;
}
.projects-details-container .pd_left ul{
  margin-bottom: 20px;
}
.projects-details-container .pd_left ul li {
  font-size:20px;
  color: #3a3055;
  line-height: 32px;
}
.projects-details-container .pd_left p {
  font-size:18px;
  color: #3a3055;
  line-height:26px;
  text-align: justify;
}
.project-gallery{
    position: relative;
    width:100%;
    height:600px;
    overflow: hidden;
}

.project-gallery img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.project-gallery img.active{
    opacity: 1;
}
/*Stories*/
.stories-section{
    padding:40px 5%;
}
.storie-container{
    max-width:100%;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}
.storie-card{
    background:#fff;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    transition:0.3s;
}
.storie-card:hover{
    transform:translateY(-5px);
}
.storie-img{
    position:relative;
    overflow:hidden;
}
.storie-img img{
    width:100%;
    display:block;
    transition:0.4s ease;
}
/* Image Zoom */
.storie-card:hover .storie-img img{
    transform:scale(1.15);
}
/* Hover Effect */
.storie-hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition:0.4s;
}
.storie-card:hover .storie-hover{
    opacity:1;
}
/* Text */
.storie-info{
    padding:15px;
}
.storie-info h3{
    margin:0 0 5px;
    font-size:16px;
    color:#000;
}
.storie-info p{
    margin:0;
    font-size:14px;
    color:#000;
}
/* Button */
.storie-btn{
    background:#fff;
    color:#000;
    padding:10px 20px;
    text-decoration:none;
    border-radius:25px;
    font-size:14px;
}
.storie-details-container{
    width:60%;
    margin: 0 auto;
}
.storie-details-container h1 {
  font-size:32px;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin-bottom:10px;
}
.storie-details-container p{
    margin:0;
    font-size:16px;
    color:#000;
    line-height: 26px;
    padding-bottom: 10px;
}
.storie-details-container .date{
  font-size:18px;
    color:#000;
    margin-bottom:10px;
}
.storie-details-container img{
  width: 100%;
  margin:20px auto;
}
.text-holder{
  padding: 10px 0px;
}
/* FOOTER */
footer {
  background: #f5f5f5;
  padding:20px 5%;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.footer-grid .call {
 width: 100%;
 float: left;
}
.footer-grid .call a{
 font-size: 16px;
 color:#545454;
 text-decoration: none;
 border-right: 1px solid #3b6b8c;
 padding:0px 5px;
}

.footer-grid .call a:hover{
  color: #3b6b8c;
}
.social-media {
    width: 100%;
    display: block;
    text-align: right;
}
.social-media ul {
    padding: 0;
    margin: 0;
}
.social-media ul li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 0px 10px;
}
.fa_media:hover{
  color: #3b6b8c;
}
/* ======================
   RESPONSIVE BREAKPOINTS
====================== */

@media(max-width: 1024px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .pub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {

  .hero-content,
  .integrated {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .pub-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: 20px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* Hidden at start */
  z-index: 999;
}