/* ==========================================================================
   1. GLOBAL STYLES
   ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.btn-primary { border-radius:20px; }

/* ==========================================================================
   2. TOPBAR (Desktop Only)
   ========================================================================== */

.social-icons
{
  position: fixed;
  right: 0;
  top:50%;
  z-index: 9999;
}
.social-icons img {
  width:55px;
  height: 50px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.top-navbar {
  position: fixed;
  z-index:9;
  width:100%;
  z-index: 9999;
}
.topbar {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(3px);
  transition: all 0.3s ease;
}

.topbar .topbar-logo {
  width: 90px;
}

.topbar .icon-circle {
  width: 50px;
  height: 50px;
  background: white;
  color: #1b3ad7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.topbar .logo-text h4 { font-size:35px;  }
.topbar .logo-text span { font-size:25px;  }


.topbar.hide {
  transform: translateY(-100%);
  opacity: 0;
  height:0;
  transition: all 0.3s ease;
}

.contact-details { font-size:15px; }
.contact-details a { color:#fff; text-decoration: none; }

.mobile-contacts { background-color: rgba(0, 0, 0, 0.85); text-align: center; font-size: 14px; }


/* ==========================================================================
   3. MAIN NAVBAR
   ========================================================================== */
.main-navbar {
  background: rgba(0, 0, 0, 0.85);
  border-top:1px solid rgba(255, 255, 255, 0.1);
  
}

.main-navbar .navbar-brand img {
  width: 65px;
}

.main-navbar .nav-link {
  font-weight: 600;
  color: white;
  padding: 12px 0 !important;
  transition: color 0.2s ease;
}

.main-navbar .nav-link:hover {
  color: lightblue;
}

@media (min-width: 992px) {
  .main-navbar .nav-link {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}


/* ==========================================================================
   4. HERO SECTION (Carousel)
   ========================================================================== */
.hero {
  position: relative;
}

.hero .carousel-item {
  height: 96vh;
  min-height: 730px;
}

.bgimg-slide1 {
    background-image: url('../images/cement-plant.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bgimg-slide2 {
    background-image: url('../images/slide2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bgimg-slide3 {
    background-image: url('../images/slide3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .carousel-item:hover { animation-play-state: paused; }

.hero .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(70%);
}

/* Hero Caption */
.hero .carousel-caption {
  top: 40%;
  
  text-align: left;
}

.hero .carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow:2px 2px 6px #000;
}

.hero .carousel-caption h1 span {
  font-size: 4.5rem;
}

.hero .carousel-caption p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 20px;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 1.5rem;
}

/* Hero Indicators & Arrows */
.hero .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.hero .carousel-indicators .active {
  opacity: 1;
  background-color: #22368f;
  transform: scale(1.3);
}

.hero .carousel-arrow {
  width: 50px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Hero Responsiveness */
@media (max-width: 991px) {
  .hero .carousel-item {
    height: 80vh;
  }

  .executive-text { margin-left: 5px !important;}
}

@media (max-width: 767px) {
  .hero .carousel-item {
    height: 65vh;
  }
  .hero .carousel-caption {
    left: 0;
    bottom: 20%;
    top: auto;
  }
  .hero .carousel-caption h1 {
    font-size: 1.75rem;
  }
  .hero .carousel-caption p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .topbar .logo-text h4 { font-size:25px;  }
  .topbar .logo-text span { font-size:18px;  }
  .contact-details { display: none; }
  .social-icons { top:15px; z-index: 99991; }
  .social-icons img { width:35px; height:30px; }
  .hero .carousel-caption { top:50%; text-align: center; left: 10%;}
  .hero .carousel-caption h1 { font-size: 1.8rem; }
  .hero .carousel-caption h1 span { font-size: 2rem; }
  .hero .carousel-caption p { display: none; }
  .hero .carousel-item {
    height: 40vh; min-height: 500px;
  }
}


/* ==========================================================================
   5. RESULTS SECTION
   ========================================================================== */
.results-section {
  background: url("../images/houses-bg.jpg") center/cover no-repeat;
  position: relative;
  padding: 80px 0;
  color: white;
}

.results-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.results-section .container,
.results-section .container-fluid {
  position: relative;
  z-index: 10;
}

.results-section .results-images {
  position: relative;
}

.results-section .results-images .img-one {
  width: 75%;
  border-radius: 6px;
}

.results-section .results-images .img-two {
  width: 45%;
  position: absolute;
  top: 8%;
  left: 40%;
  border-radius: 6px;
}

.results-section .underline {
  width: 120px;
  height: 6px;
  background: #294bcd;
  margin-top: 10px;
  border-radius: 4px;
}

.results-section .results-text {
  max-width: 700px;
  position: relative;
  z-index: 5;
}

p.para { font-size:18px; text-align: justify; line-height: 31px; }

/* ==========================================================================
   6. EXECUTIVE SECTION
   ========================================================================== */
.executive-section {
  background: #fff;
}

.executive-text {
  margin-left:10%;
}
.executive-text p { 
  font-size:18px; 
  line-height: 30px; 
  text-align: justify; 
}

.executive-text h2 {
  margin-top:25px;
}
.blue-line {
  width: 100px;
  height: 5px;
  background: #1b3ad7;
  margin-bottom: 20px;
}

.exec-image-wrapper {
  text-align: center;
}

.exec-img {
  max-width: 100%;
  height: auto;
}

/* Executive Carousel Dots */
.exec-indicators button {
  background-color: transparent !important;
  opacity: 1 !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  border: 2px solid #1b3ad7 !important;
  margin: 0 6px !important;
  transform: none !important;
}

.exec-indicators .active {
  background-color: #1b3ad7 !important;
}

/* ==========================================================================
   7. OUR BRANDS SECTION
   ========================================================================== */
.brands-section {
  background: #f2f2f2;
}

.brands-section .section-title {
  font-weight: 800;
  font-size: 40px;
  color: #183885;
  letter-spacing: 1px;
}

.brands-section .brand-bag {
  width: 100%;
  max-width: 180px;
  transition: transform 0.3s ease;
}

.brands-section .brand-bag:hover {
  transform: translateY(-8px);
}

.brands-section .view-all-btn {
  background: #183885;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s ease;
}

.brands-section .view-all-btn:hover {
  background: #0f2460;
  color: #fff;
}



/* ==========================================================================
   8. EFFECTIVE SOLUTIONS SECTION
   ========================================================================== */
.effective-section {
  background: #ffffff;
}

.effective-section .effective-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
  color: black;
}

.effective-section .underline {
  width: 120px;
  height: 6px;
  background: #1b3ad7;
  border-radius: 10px;
}

.effective-section .icon-circle-es {
  width: 80px;
  height: 80px;
  background: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effective-section .icon-circle-es i {
  font-size: 30px;
  color: #3f4a60;
}

.effective-section .effective-box {
  padding: 0 20px;
  border-right: 1px solid #d9d9d9;
}

.effective-section .effective-box:last-child {
  border-right: none;
}

.effective-section p {
  color: #333;
  font-size: 15px;
}

@media (max-width: 992px) {
  .effective-section .effective-title {
    font-size: 32px;
  }
  .effective-section .effective-box {
    border-right: none !important;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .effective-section .effective-box:last-child {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .effective-section .effective-title {
    font-size: 26px;
  }
}

/* ==========================================================================
   9. SHOWCASE & LIGHTBOX
   ========================================================================== */
.showcase-section {
  background: #f2f2f2;
}

.showcase-section .showcase-title {
  font-weight: 800;
  font-size: 40px;
  color: #000;
}

.showcase-section .underline {
  width: 120px;
  height: 6px;
  background: #1b3ad7;
  border-radius: 10px;
}

.showcase-section .showcase-img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.showcase-section .showcase-img:hover {
  transform: scale(1.03);
}

/* Video Thumbnail */
.showcase-section .video-thumbnail {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.showcase-section .video-thumbnail img {
  border-radius: 12px;
}

.showcase-section .video-thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-section .video-thumbnail .play-btn i {
  color: white;
  font-size: 28px;
}

/* Lightbox Overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-top: 60px;
}

.lightbox .lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.lightbox .close-lightbox,
.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  cursor: pointer;
  padding: 0 20px;
  user-select: none;
}

.lightbox .close-lightbox {
  top: 20px;
  right: 30px;
  font-size: 50px;
}

.lightbox .prev {
  left: 0;
}
.lightbox .next {
  right: 0;
}

/* ==========================================================================
   10. MAP SECTION
   ========================================================================== */
.map-section {
  width: 100%;
}

.map-section iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

/* ==========================================================================
   11. FOOTER SECTION
   ========================================================================== */
.footer-section {
  background: #1a1a1a;
  color: #fff;
}

.footer-section .footer-heading {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 1rem;
  color: white;
}

.footer-section .footer-list {
  list-style: none;
  padding: 0;
}

.footer-section .footer-list li {
  margin-bottom: 8px;
  font-size: 15px;
  opacity: 0.9;
}

.footer-section .footer-list li a {
  color: #fff;
  text-decoration: none;
}

.footer-section .footer-list li a:hover {
  color: #a7b5ff;
}

.footer-section .footer-contact {
  font-size: 15px;
  margin-bottom: 12px;
}

.footer-section .footer-contact i {
  color: #1b3ad7;
  margin-right: 8px;
}

.footer-section .middle-footer-col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  padding-right: 30px;
}

.footer-section .footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}

.footer-section .footer-social {
  margin-top: 10px;
  color: #ccc;
}

.footer-section .footer-social a {
  color: #888;
  text-decoration: none;
  margin-right: 15px;
}

.footer-section .footer-social a:hover {
  color: #fff;
}

/* inner pages */
.page-cover { 
  min-height: 400px; 
  background: #1b76d7;
  padding:30px 0;
}
.cover-text
{
  margin-top: 33%;
  color: #fff;
  
}
.page-cover h2 { 
  color: #fff;
  padding: 0;
  text-transform:capitalize;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.page-cover span { background-color: rgba(0, 0, 0, 0.58); padding: 5px 20px; font-size: 26px;}

.cover-image 
{
  text-align: center;
}
.cover-image img
{ 
  max-width: 550px; 
  margin-top: 50px;
  margin-bottom: -450px;
}

/* inner page content */
.inner-text h1
{
  font-weight: 700;
}
.inner-text
{
  padding: 70px 0;
  color: #2e2e2e;
  line-height: 40px;
}
.inner-text p { font-size: 18px; color: #545454;}

.inner-text h3 { margin-top: 30px;}

.grey-background { background-color: #e7e7e7; padding: 70px 50px; margin: 50px 0;}


/* our team section in aboutus page */
.row.heading h2 {
    
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    color: #183885;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding: 30px 0;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  background: #f2f2f2;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}

.brand-heading
{
  background-color: #f0f0f0;
  padding: 10px;
  color: #183885;
  margin-bottom: 30px;
}

/* Careers page CSS */

.collapsible {
  background-color: #1b3ad7;
  color: white;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
}
.collapsible i { float: right; margin-top: 10px;}

.joblist .active, .collapsible:hover {
  background-color: #091f8b;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}

/* innovation page time */
.timeline {
  position: relative;
  margin: 0 auto;
}

.timeline p { color:#fff;}
.timeline h2 { color: #fff;;}

.timeline::after {
  content: '';
  position: absolute;
  width: 1%;
  background-color: white;
  top: -2%;
  bottom: -2%;
  left: 50%;
  margin-left: -3px;
}

.timecontain {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timecontain::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #FF9F55;
  border: 4px solid #1b3ad7;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1b3ad7;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1b3ad7 transparent transparent;
}

.right::after {
  left: -16px;
}

.contentleft {
  padding: 20px 30px;
  background: #1b3ad7;
  position: relative;
  border-radius: 6px;
  color: #fff;
}

.contentright {
  padding: 20px 30px;
  background: #1b3ad7;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 400px) {
  .timeline::after {
    left: 31px;
  }
  .timecontain {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timecontain::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left::after, .right::after {
    left: 15px;
  }
  .right {
    left: 0%;
  }
  .contentleft {
    background: linear-gradient(to left, rgba(255,255,255,1) 85%, rgba(255,255,255,0.93) 93%, rgba(90,150,66,0.89) 98%, rgba(90,150,66,0.88) 100%);
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .t-left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .t-right {
    left: 0%;
  }
}

@media (max-width: 768px) {
  .footer-section .middle-footer-col {
    border: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer-section .footer-heading {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .brands-section .section-title {
    font-size: 28px;
  }
  .brands-section .brand-bag {
    max-width: 130px;
  }

  .cover-image img
  { 
    display: none;
  }
  .cover-text{ margin-top: 50%;}
  .page-cover{ min-height: auto; padding-bottom: 0;}
}