
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
:root {
  --main-color: #032929;
  --secondary-color: #0E6251;
  --danger-color: #23B7C1;
  --text-color:#FFDFDC;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.modal-footer .btn-custom{
  background-color: rgb(159, 4, 4) !important;
  color: whitesmoke !important;
}
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.view-all{
  color: #032929;
  font-size: 13px;

}
.btn-outline-primary{
  border-color: var(--main-color) !important;
  border: none;
}
.btn-outline-primary:hover{
  background-color: var(--main-color) !important;
}

/* wht we offer  */

.products-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
    margin-top: 30px;
}

.product {
    flex: 0 1 140px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product img {
    width: 100px;
    height: 95px;
    padding: 5px;
    border-radius: 12px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.product span {
    display: block;
    color: var(--main-color);
    margin-top: 10px;
    font-size: 16px;
    transition: color 0.3s ease;
}

/* Hover effect */
.product:hover img {
    transform: scale(0.9);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.product:hover span {
    color: var(--danger-color);
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 5px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}



.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8c8c8c;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: var(--main-color);
  color: #fff;
}

::-moz-selection {
  background: var(--main-color);
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 28px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 600;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: var(--main-color);
}

.section-heading h2 span {
  color: var(--danger-color);
}

.main-blue-button a {
  display: inline-block;
  background-color: var(--main-color);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background: linear-gradient(90deg, rgb(0 43 59) 0%, rgb(5 39 21) 50%, rgb(8 7 49) 100%);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
.main-red-button:hover a {
  display: inline-block;
  background: var(--danger-color) !important;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: var(--danger-color);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: var(--secondary-color)!important;
}

.background-header .nav li a.active {
  color: var(--secondary-color)!important;
}

.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.logo h4 span {
  color: var(--danger-color);
}



.background-header .main-nav .nav {
  margin-top: 30px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 10px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: var(--main-color);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--secondary-color)!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--secondary-color)!important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #03a4ed;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: var(--danger-color)!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
  align-content: center;
}

.header-area.background-header {
  min-height: 80px;
  align-content: center;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: var(--secondary-color);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 70px !important;
  }
  .products-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    }

    .product {
        flex: 0 2 200px;
        text-align: center;
        text-decoration: none;
        color: inherit;
        transition: transform 0.3s 
    ease, box-shadow 0.3s 
    ease;
    }
    .product img {
        width: 200px;
        height: 150px;
        padding: 5px;
        border-radius: 12px;
        background: #fff;
        object-fit: contain;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        transition: all 0.3s 
    ease;
        cursor: pointer;
    }
  .header-area .main-nav .logo{
    line-height: 70px;
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--danger-color)!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: var(--danger-color)!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .section-heading h2{
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
  
}





/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.common-bg{
  padding: 80px 0 30px 0px; 
  background: linear-gradient(90deg, rgb(0 43 59) 0%, rgb(5 39 21) 50%, rgb(8 7 49) 100%);
  border: none;
  box-shadow: 0 5px 20px rgba(39, 38, 53, 0.2);
}
.common-bg .content{
  margin-top: 50px;
  color: #fff;
}
.common-bg .content h2{
  font-weight: 700;
  margin-bottom: 4px;
}
.common-bg .content p{
  font-size: 16px;
  color: #ccc;
}
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 200px 0px 30px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--danger-color);
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 52px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: var(--danger-color);
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: var(--danger-color);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: var(--main-color);
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}


/* hero  */
/* Hero Slider */
.image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px; 
}

.slider-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
}
.slider-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;        /* This makes the image fill the container beautifully */
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slider-image.active {
  opacity: 1;
}

/* If you have no images */
.no-images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
}

/* Dots */
/* .slider-dots {
  position: absolute;
  background-color: red;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
} */

.dot {
  height: 13px;
  width: 13px;
  margin: 0 6px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.dot.active,
.dot:hover {
  background-color: #fff;
  border: 2px solid #333;
  transform: scale(1.2);
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-us h4 {
 color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.about-us .content{
  margin: 0 0 50px 0;
}
.about-us .content h3 {
 color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about-us .content h3 span{
  color: var(--main-color) ;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about-us .content p {
  margin-bottom: 15px;
    color: #282626;
}

.about-us .content p:last-child {
  margin-bottom: 0;
}

.about-us .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

#about {
  margin-top: 120px;
}

/* .about-us {
  background-image: url(../images/contact-bg.png);
   background: linear-gradient(90deg, #EAF4FB, #3CB9C0, #FF3541);
    background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 0px 90px 0px;
    border-radius: 12px;

} */

.about-us .left-image {
  margin-right: 45px;
}


/* status  */
/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
  background-color: #F9F9F9 ;
  padding-top: 0;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 42px;
  display: block;
  color: var(--secondary-color);
  font-weight: 700;
}

.stats .stats-item p {
  color: color-mix(in srgb, #000, transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--text-color);
  font-size: 15px;
  font-weight: 600;
}


/* service section  */
.our-services{
  background: #F9F9F9;
  padding: 50px 0px;
}

.our-services .services .item {
  margin-bottom: 30px;
}

.our-services .services .item .icon {
  float: left;
  margin-right: 25px;
}

.our-services .services .item .icon img {
  max-width: 70px;
}

.our-services .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.our-services .services .item p {
  color: #fff;
}



/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/
.service-items{
  margin: 30px 0 !important;
}
.card1::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    content: '';
    z-index: -1;
}
a.card1 {
    text-decoration: none;
}

/* .card1 {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
} */
.card1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    padding: 10px;
}

.box-shadow {
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-white {
    background-color: #fff !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.d-block {
    display: block !important;
}
img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.card-text {
    padding-top: 13px;
    line-height: 1.3rem;
    color: #8c8c8c;
    text-align: justify;
}

.text-sm {
    font-size: 13px !important;
}
p, .p {
    margin: 0 0 16px;
}

.card-title {
    margin: 0;
    padding-bottom: 0;
    color: var(--secondary-color);
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.head-icon{
    /* margin-top:18px; */
    color:#FF4500;
    height:auto;
    width: 60px;
}

.our-offer {
  /* background-color: #F9F9F9; */
  padding: 40px 0;
  margin-top: 0px;
}

.our-offer .section-heading h2 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.our-offer .item {
  position: relative;
  display: flex;
  height: 100%;
}

.our-offer .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}
.our-offer .showed-content h4{
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 5px;
}
.our-offer .showed-content p{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3rem;
  text-align: justify;
  color:#454444;
}

.our-offer .item:hover .showed-content {
  top: 10px;
}

.our-offer .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 22px;
  margin: 10px 0;
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px rgba(0,0,0,0.1); */
  transition: all 0.5s;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.our-offer .showed-content img {
  max-width: 60px;
}


/* clients section  */
.combination__section {
  position: relative;
}
 .our_patners h3{
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary-color);
  text-align: center;
  margin-top: 6px;
 }
 .our_patners p{
  font-size: 12px;
  line-height: 22px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  color: #454444;
 }
 .combination__section .our_patners .carousel_slider .client-img{
  display: flex ;
  justify-content: center;
  flex-direction: column;
 }
.combination__section .our_patners .carousel_slider  img {
  width: 6rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.combination__section .facebook_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.combination__section .facebook_wrapper .feed_wrapper {
  position: absolute;
  top: 0;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .combination__section .facebook_wrapper .feed_wrapper {
    position: relative;
  }
  .combination__section .facebook_wrapper .feed_wrapper iframe {
    width: 330px !important;
  }
}
@media screen and (max-width: 600px) {
  .combination__section .facebook_wrapper .feed_wrapper {
    position: relative;
  }
  .combination__section .facebook_wrapper .feed_wrapper iframe {
    width: 280px !important;
  }
}




/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

/* .contact-us {
  padding: 100px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */
/*START ADDRESS*/

.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

.single_address i {
    background: var(--main-color);
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 14px;
    font-size: 25px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_address:hover i {
    background: var(--danger-color);
    color: #fff;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    color: var(--main-color);
    overflow: hidden;
    font-weight: 600;
}

.single_address p {
    overflow: hidden;
    font-size: 14px;
    color: #383838;
    margin-top: 1px;
}
.single_address a{
  color: #383838;
}


.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 8px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #e4eef2;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #e4eef2;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: var(--main-color);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: var(--danger-color);
}


/* footer  */

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #2a2a2a;
  background-color: #f7f7f7;
  font-size: 16px;
  position: relative;
}


.footer .footer-top {
  padding-top: 30px;
}

.social-links a .bi-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #46C254;
  font-size: 16px;
  color: #46C254;
  margin-right: 10px;
  transition: 0.3s;
}

.social-links a .bi-linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0A63BC;
  font-size: 16px;
  color: #0A63BC;
  margin-right: 10px;
  transition: 0.3s;
}

.social-links a:hover .bi-linkedin {
  transform: scale(1.2);

}

.social-links a:hover .bi-whatsapp {
  transform: scale(1.2);
}

.footer h4 {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 10px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 14px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--secondary-color);
}

.footer .footer-about a {
  color: rgb(12, 12, 12);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer  p {
  margin-bottom: 5px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.4rem;

}

.footer .footer-contact p span {
  color: #060606c9;
}

.footer .copyright {
  padding: 15px 0 ;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .copyright .sitename {
  color: #1EBABD;
}
.footer .copyright  a{
  color: #000;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  /* .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  } */
  /* .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  } */
  .about-us .services {
    text-align: center;
  }
  
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .stats {
    margin-top: 250px;
  }
  
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-offer .section-heading h2 {
    margin: 0px 0px 25px 0px;
  }
  .our-offer .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    padding: 40px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 10px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -200px;
  }
  .about-us .content h3 {
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
    color: var(--secondary-color);
  }
  .about-us .content p{
    color: #000;
    font-size: 14px;
  }
  .about-us .content h3 span{
    color: var(--danger-color);
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
  .stats .stats-item{
    padding: 0;
  }
   .stats .stats-item span{
    font-size: 30px;
   }
}


/* .portfolio section  */
.awesome-portfolio-area {
  overflow: hidden;
}


.single-awesome-portfolio .awosome-box {
  position: relative;
  display: block;
}
.awesome-img {
  overflow: hidden;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 2;
  display:block
}
.awesome-img img{
  width: 100% !important;
  height: 15rem !important;
}
.awesome-info {
  background-color: #282727;
  height: 100%;
  padding: 20px 30px 12px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity:1;
  display:block;
}
.awesome-info h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 3px;
}
.awesome-info p {
  color: #aaa;
  font-size: 12px;
}
.single-awesome-portfolio .awosome-box:hover .awesome-img {transform: translateY(100%);}
.awesome-portfolio-menu {
  margin-bottom: 40px;
  margin-top: 20px;
}
.awesome-portfolio-menu ul{text-align:center}
.awesome-portfolio-menu ul li {
  border: 1px solid #ececec;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin: 0 4px;
  padding: 8px 17px;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.awesome-portfolio-menu ul li.active,.awesome-portfolio-menu ul li:hover{border-color: #2bcdc1;
color: #2bcdc1;}
.awesome-portfolio-content .mix{
    display: none;
    
}



/* Main card box */
.testimonials {
 /* background-color: #F9F9F9; */
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  border: 1px solid #ecedf1;
  width: 100%;
  min-height: 400px !important;
  overflow: hidden;
}

/* Avatar container */
.testimonials .test-box {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ecedf1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  flex-shrink: 0;
}

/* Make image fit perfectly inside circle */
.testimonials .test-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Content text */
.testimonialslients-words {
  font-size: 12px;
  text-align: justify;
  line-height: 1.4rem;
}

/* Name + position + org */
.testimonials .clients-name {
  margin-top: auto;
  font-size: 14px;
}

.testimonials .clients-name h6 {
  color: var(--secondary-color);
}

.testimonials .clients-name span {
  color: #5c5b5b;
}

/* Quote icon */
.bi-quote {
  color: var(--secondary-color);
  font-size: 15px;
}

.testimonials .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: -3px;
  transform: scale(-1, -1);
}
.testimonials h3{
  color: var(--danger-color);
  font-size: 16px;
}


/* privacy and policy  */
.timeline {
    display: grid;
    grid-template-columns: .25rem 1fr;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    list-style: none
}
.timeline .card{
  top: -29px;
}

.timeline-text h3{
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 5px;
}

.timeline-text p{
  line-height: 1.3rem;
  margin-bottom: 5px;
}

.timeline::before {
    content: "";
    grid-column: 1;
    grid-row: 1/span 20;
    background: #f8f7fa
}

.timeline li {
    grid-column: 2;
    margin-inline:1.5rem;
    grid-row: span 2;
    display: grid;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content
}

.timeline li:not(:last-child) {
    margin-bottom: 2rem
}

.timeline li .date {
    height: 3rem;
    margin-inline:-1.5rem;
    text-align: center;
    color: #fff;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: 1.5rem 0 0 1.5rem
}

.timeline li .date::before {
    content: "";
    width: 1.8rem;
    aspect-ratio: 1;
    background: #f8f7fa;
    position: absolute;
    top: 100%;
    -webkit-clip-path: polygon(0 0,100% 0,0 100%);
    clip-path: polygon(0 0,100% 0,0 100%);
    right: 0
}

.timeline li .date::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--danger-color);
    border-radius: 15px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    right: calc(100% + 2rem + .125rem)
}

.timeline li .title {
    position: relative;
    padding-inline:1.5rem;overflow: hidden;
    -webkit-padding-before: 1.5rem;
    padding-block-start:1.5rem;-webkit-padding-after: 1rem;
    padding-block-end:1rem;font-weight: 500
}

.timeline li .title::before {
    bottom: calc(100% + .125rem)
}

.timeline li .descr {
    position: relative;
    padding-inline:1.5rem;-webkit-padding-after: 1.5rem;
    padding-block-end:1.5rem;font-weight: 300
}

.timeline li .descr::before {
    z-index: -1;
    bottom: .25rem
}

@media (min-width: 40rem) {
    .timeline {
        grid-template-columns:1fr .25rem 1fr
    }

    .timeline::before {
        grid-column: 2
    }

    .timeline li:nth-child(odd) {
        grid-column: 1
    }

    .timeline li:nth-child(odd) .date {
        border-radius: 0 1.5rem 1.5rem 0
    }

    .timeline li:nth-child(odd) .date::before {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%);
        clip-path: polygon(0 0,100% 0,100% 100%);
        left: 0
    }

    .timeline li:nth-child(odd) .date::after {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: calc(100% + 2rem + .125rem)
    }

    .timeline li:nth-child(even) {
        grid-column: 3
    }

    .timeline li:nth-child(2) {
        grid-row: 2/4
    }
}

.timeline .timeline-date {
    width: 54px;
    height: 65px;
    display: inline-block;
    background-color: var(--main-color);
    padding: 8px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
    clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
    z-index: 1
}
.timeline h5, h6 {
    color: var(--secondary-color) !important;
}

/* clients details  */
.our_partners_details img{
  height: 85px;
  width: auto;
}

.our_partners_details h3{
  color: var(--secondary-color);
  font-size: 17px;
  font-weight: 600;
}

.our_partners_details h3:hover{
  color: var(--danger-color);
}

.our_partners_details p{
  font-size: 13px;
  text-align: center;
  line-height: 22px;
   color: #454444;
}


/* Grid */
.projects-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0px;
}

@media (min-width: 640px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card */
.project-card {
    position: relative;
    width: 100%;
    aspect-ratio: 0/9;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.project-card:hover {
    transform: scale(1.0);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}

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

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

/* Dark overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

/* Title reveal */
.project-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.project-card:hover .project-title {
    transform: translateY(0);
}

.project-title h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.project-details-container {
    flex-grow: 1;
}

.project-details-container.project-details {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.project-details-container .breadcrumb-link {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.project-details-container .project-details-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    border-left: 4px solid var(--main-color);
    padding-left: 1rem;
    color: var(--main-color);
    font-weight: 600;
}

.project-details-container .project-image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.project-details-container .project-image {
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-details-container.project-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.project-details-container .project-description p {
    font-family: "Times New Roman", serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #333;
}

@media (min-width: 768px) {
    

    .project-details-container.project-details-title {
        font-size: 2.5rem;
    }

    .project-details-container .project-description p {
        font-size: 1.1rem;
    }
}



.gallery-card {
    position: relative;
    width: 100%;
    aspect-ratio: 14/9;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.gallery-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}

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

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

/* Dark overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

/* Title reveal */
.project-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.gallery-card:hover .project-title {
    transform: translateY(0);
}

.project-title h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}






/* galery secion  */

.gallery-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 20px;
}

@media (min-width: 640px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Card */
.gallery-card {
    position: relative;
    width: 100%;
    aspect-ratio: 14/9;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.gallery-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}

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

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


/* careerspage  */
.career-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.career-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.apply-btn {
  background: var(--main-color);
  border: none;
  color: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* job details  */
.job_details h5{
  color: var(--main-color) !important;
  font-weight: 600;
  margin-bottom: 5px;
}
.job_details ul li {
  color: #383737 !important;
}

.job_details ul li i{
  color: var(--secondary-color) !important;
}


 .rich-text p{
      font-size: 14px !important;
      line-height: 1rem;
     }
   
    .rich-text ul {
    list-style-type: disc;
    padding-left: 30px;   
    }

    .rich-text ul li {
    list-style-type: disc !important;
      margin-bottom: 5px; 
        font-size: 14px;
    }