
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 1}

/* Show dropdown menu on hover */
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /* Remove gap */
  opacity: 1;
  visibility: visible;
}

/* Optional: keep toggle arrow active on hover */
.dropdown:hover > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.main-menu{background: linear-gradient(87deg, #1b4962, #ffffff);}

#mainNavbar ul li a {
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
  

}

#mainNavbar a:hover{
	color: #2dbbb2;
}
.container{
	max-width: 1223px !important;
}
header{
	border-bottom: 1px solid darkcyan;
}

.b-b{border-bottom: 1px solid darkcyan;}
.b-r{border-right: 1px solid darkcyan;}
body{font-family: "Open Sans", sans-serif !important;
    font-weight: 400;}

.banner {

  background-size: cover;
  background-position: center;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
}


.banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay for text contrast */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2; /* above overlay */
}

#mainMenu li > a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #fff;
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu2 {
  transition: top 0.5s ease;
  
}

#mainMenu2.hide {
  top: -100px; /* slide menu off screen */
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #fff;
}
.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}
/* main-header end */
@media (max-width: 991px) {
  /*header starts*/
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }

  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }

  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-header .navbar-nav {
    margin-top: 70px;
  }

  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }

  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #fff;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }

  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #fff;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #fff;
  }

  /*header ends*/
}


.v-t{vertical-align: top;}
/* === BASE HEADING === */ 

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}

.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

/* === HEADING STYLE #4 === */
.four h1 {
  text-align: center;
  padding-bottom: 0.7em;
  font-size: 30px;
}
.four h1 span {
  font-weight: 300;
  word-spacing: 3px;
  line-height: 2em;
  padding-bottom: 0.35em;
  color: rgba(0, 0, 0, 0.5);
}
.four h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #77777787;;
}

/* === HEADING STYLE #5 === */
.five h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700; color:#202020;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px;
}
.five h1 span {
  margin-top: 40px;
  text-transform: none;
  font-size:.75em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.five h1:before {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #dfdfdf;
}

/* STYLE 6
   ----------------------------- */
.six h1 {
  text-align: center;
  color:#222; font-size:30px; font-weight:400;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px; color:#c50000;
}
.six h1 span {
  line-height:2em; padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.six h1:after, .six h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #ccc;
}
.six h1:before { 
background-color:#d78b8b;
  left:45px; width:90px;
}

/* Style 7
   ----------------------------- */
.seven h1 {
text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
  background-color:#f8f8f8;
}

/* Style 8
   ----------------------------- */
.eight h1 {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight h1:after,.eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color:#f8f8f8;
}


/* Style 9
   ----------------------------- */
.nine h1 {
  text-align:center; font-size:50px; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.nine h1 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
  background-color:#f8f8f8;
}


.ten h1 {
  font-size:34px; font-weight:500; text-transform:uppercase;
}
.ten h1:before {
    background-color: #c50000;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
}


.eleven h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}


.twelve h1 {
  font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h1:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
    background-color: #c50000;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}



.thirteen h1 {
  position:relative; font-size:20px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; width:150px; text-align:center; margin:auto; white-space:nowrap; border:2px solid #222;padding:5px 11px 3px 11px;
}
.thirteen h1:before, .thirteen h1:after {
    background-color: #c50000;
    position:absolute; 
    content: '';
    height: 7px;

    width: 7px; border-radius:50%;
    bottom: 12px;
}
.thirteen h1:before {
   left:-20px;
}
.thirteen h1:after {
   right:-20px;
}

.d-btn{    margin-top: 23px;
    color: white;
    border-radius: 0px;
    padding: 12px 30px;
    font-family: sans-serif;
    letter-spacing: 1px;
    background-color: #07c1b6;
    border: none;
    box-shadow: -5px -5px 0px 0px #000000fc;
  }
.download-body{text-align: right;}
.download-section{background: #efeded;}
.blog-section img{width: 350px;height: 250px;}
.t-Red{color: #e33a52;}
.atag1{text-decoration: none;
    color: gray;
    vertical-align: -webkit-baseline-middle;}

    .image-hover-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0px 20px;
  cursor: pointer;

}

  .image-hover-wrapper2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: -webkit-fill-available;
  cursor: pointer;

}


.a-active{color:#30dada;}

.image-hover-wrapper img {
  width: 350px; /* Adjust as needed */
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;

}



.image-hover-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0db2a6e0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-hover-wrapper2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background-color: #0db2a6e0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-hover-wrapper .icon {
  color: white;
  font-size: 50px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.image-hover-wrapper:hover img {
  transform: scale(1.1);
}

.image-hover-wrapper:hover .overlay {
  opacity: 1;
}

.image-hover-wrapper:hover .icon {
  transform: scale(1);
}



.image-hover-wrapper2 .icon {
  color: white;
  font-size: 50px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}


.image-hover-wrapper2:hover .overlay {
  opacity: 1;
}

.image-hover-wrapper2:hover .icon {
  transform: scale(1);
}

.blog-title{font-size: 23px;
    line-height: 29px;
  font-style: italic;
    font-family: "Georgia", Georgia, Serif !important;
text-align: left;
cursor: pointer;
}
.blog-title2{font-size: 23px;
    line-height: 29px;
  font-style: italic;
    font-family: "Georgia", Georgia, Serif !important;
text-align: left;
}

.blog-title:hover{
  color:#09b0b0;
}

.bb1{border-bottom: 1px solid #d2caac69;}
.bt1{border-top: 1px solid #d2caac69;}

.blog-section p{
 text-align: left;
    line-height: 22px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

a.read-more {
    font-family: system-ui;
    color: #0ac8c8;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
}

a{
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.td-none{
  text-decoration: none;
  color: #222222;
}

.project-bg-img {
  background-image: url('/public/images/bg1.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  min-width: -webkit-fill-available;

}

.fixed-bg {
  background-image: url('/public/images/p-bg.jpg'); /* or use asset() in Blade */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.content-overlay {
    position: relative;
    background-image: url('/public/images/p-bg2.png');
    background-size: cover;
   height: -webkit-fill-available;
    background-repeat: no-repeat;
}

.project-section2{
  background-color: #f2eedf;
}

.project-section2 h1
{
  font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 8px;
   text-transform: uppercase;
   font-size: 32px; 
}


.project-home{ background-color: #f2eedf;}

.project-home .heading {
   font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 32px;
    color:#ad8526;
    font-style: normal;
}


.project-section3 .heading {
   font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 32px;
    color:#ad8526;
    font-style: normal;
}

.project-section3 h1 {
    font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif;
    font-size: 25px;

}

.project-home h1 {
    font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif;
    font-size: 25px;

}

.project-section3 img{
      width: -webkit-fill-available;
          box-shadow: -10px -10px 0px #b7b7b7;
}
.project-home img{
      width: -webkit-fill-available;
 border: 5px solid white;
 height: 230px;
}





.project-section2 h2
{
      font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif !important;
    font-size: 22px;
    line-height: 40px;
}
 .project-section2 img,.section5 img{ width: -webkit-fill-available;}
.para1{    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #222222;
        line-height: 27px;
    font-size: 15px;
}
.para2{    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    font-size: 14px;
}
.title1{
  font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif !important;
}
.exp-btn{    background: #f3df95;
   font-size: 20px;
    font-family: sans-serif;
    padding: 16px 150px;
    border: 1px solid;
    box-shadow: -3px -5px 0px 1px #000000;
    text-decoration: none;
    color: #7d7143;
}


.section4 h2{
    font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif;
 }
 
 .section4 h1{
  font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 8px;
    text-transform: uppercase;
 }   
.section4 p{
  line-height: 5px;
  margin-top: 15px;
  font-family: system-ui;
} 

.copy-write{
      font-family: none;
    font-size: 11px;
    text-decoration: none;
    margin: 0px;
    color: #ffffff87;
}
.policy{color: #ffffffc7;
    text-decoration: none;}

.go-top{    text-decoration: none;
    color: #ffffffcc;
    font-family: system-ui;
    vertical-align: middle;
}  


.footer{background: #252525; color:#cccccc;}

.footer h4{
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        font-style: italic;
    font-family: "Georgia", Georgia, Serif !important;
    color:#cccccc;
    } 
 .footer h5{
   font-family: sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    color: white;
    text-shadow: 0px 4px 0px black;
 }


.footer label{font-size: 24px;
    color: #ffffff;
    font-family: system-ui;}  
.footer p{font-family: system-ui;
    line-height: 25px;}    

.footer ul{
    list-style: none;
    padding: 0px 10px;
        font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;

}
.footer ul li a{    text-decoration: none;
    color: #cccccc;}
.footer ul li {
      border-bottom: 1px solid #4c4c4c;
    padding: 5px 0px;
    line-height: 24px;
}

.footer ul li:hover a{
  color:#2dbbb2;

}

.subBtn{    height: 40px;
    border-radius: 0px;
    color: white;
    font-family: sans-serif;
    font-size: 17px;
    background: black;
    border: navajowhite;
        padding: 0px 30px;
}
.subInput{height: 40px;border-radius: 0px;}
.subBtn:hover{
  background:#34e4d9;
}

.subBtn, .nav-link, .h-badge{
  transition: 0.3s ease; /* Add this line */
}

.social img{width: 45px;} 
.exp-btn, .d-btn , .project-section3 img {
  transition: box-shadow 0.3s ease; /* Add this line */
}

.exp-btn:hover, .d-btn:hover, .project-section3 img:hover , .project-home img:hover {
  box-shadow: none;
}

.sec5img{height: 282px;}

.section5 .title{   
  margin-bottom: 10px;
 font-size: 14px;
    line-height: 24px;
      font-family: "Open Sans", sans-serif;
    font-weight: 400;
  color: #222222;}




.section5 a{    text-decoration: none;
    color: #727272;
    font-weight: 600;
    font-family: sans-serif;
}


.section5 a:hover{
color:#28b2b2;
}

.h-logo{color: #c12d4a;
        font-family: system-ui;
    
}

.mh{color:#fc7170 !important;}        
.mag-body{background: #efeded;}
.mag-body .image-hover-wrapper, .image-hover-wrapper img{
  height: auto;
   transition: transform 0.5s ease;
}
.image-hover-wrapper
{
      border: 10px solid white;
    box-shadow: 0px 0px 2px black;
}

.text-cyan{color: #0ac8c8;}
.blog-date{font-style: italic;margin-bottom: 10px}
.blog img{
    width: 100%;
}

.blog-p{
    text-decoration: none;
    color: #333333;
    vertical-align: -webkit-baseline-middle;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.img{width: -webkit-fill-available;}
.bcat-div ul{    list-style: none;
    padding: 0px 0px;
       font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.bcat-div ul li{    border-bottom: 1px solid #c1c1c1;
    padding: 5px 0px;}
.bcat-div ul a {
    text-decoration: none;
    color: #5c5c5c;
   }  
.bcat-div ul li:hover {
   
    cursor: pointer;
}
.bcat-div ul a:hover {
    color: #2dbbb2;
}

.h-badge{font-size: 14px;
    margin-right: 10px;}
a:hover .h-badge {
    background-color: #2dbbb2 !important; /* Or any color you like */
    color: #fff !important; /* Optional: change text/icon color */
}

.bb2{
  width: fit-content;
  padding: 0px;
  border-bottom: 2px solid;
}
.related-item h5 {
    font-size: 16px;
     font-style: italic;
    font-family: "Georgia", Georgia, Serif !important;
    margin-top: 10px;
    line-height: 23px;
}
.related-item a{
  text-decoration: none;
  color: black;
}

.related-item a:hover{
  color: #2dbbb2;
}
.mr-10{
    margin-right: 10px;
}

.share_ul{list-style: none;
    display: inline-flex;
    padding: 0px;
    margin: 0px;}
.share_ul li{padding: 0px 5px;}    
.share_ul a{color: #6d6d6d;text-decoration: none;}
.author img{width: -webkit-fill-available;}
.d-list-item{display: list-item;}
.bold-800{font-weight: 800;}
.no-shadow{box-shadow: none !important;}
.text-brown{color: #452d0e !important;}

.read-more2{font-family: system-ui;
  text-transform: uppercase;
    color: #5e5e5e;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;}
 .read-more2:hover{
    color: #0ac8c8;
 }  

 .f-btn-div{width: auto;} 

 .filter-wrap ul {
    font-size: 13px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.filter-wrap ul li.all{
    display: inline-block;
}
.filter-wrap ul li a span.item-name {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.filter-wrap ul li.selected a {
    color: #ffffff;
    background: #07c1b6;
}
.filter-wrap ul li.selected a {
    color: #ffffff;
    background: #07c1b6;
}
.filter-wrap ul li a {
    display: block;
    white-space: nowrap;
    padding: 10px 15px;
    text-decoration: none;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    overflow: hidden;
    outline: none;
}
.filter-wrap ul li {
    margin-bottom: 20px;
    float: left;
}

.filter-wrap ul li.has-items {
    display: flow-root;
}

 #toggle {
      display: none;
    }

    .toggle-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 5px;
  transition: all 0.5s ease;
}

#toggle:checked + label + .toggle-content {
  max-height: 500px;
  opacity: 1;
  padding: 15px;
}


    #toggle:checked + label + .toggle-content {
      display: block;
    }

 .toggle-content .item{
    padding: 10px;
    margin-right: 20px;
        color: #ffffff;
    background: #07c1b6;
}   

.transition{
transition: all 0.5s ease;
}
 .toggle-content .item:hover{cursor: pointer;}
.link2:hover{color: #07c1b6 !important;cursor: pointer;}
.shop-right img{box-shadow: none;    width: -webkit-fill-available;}
.product-list img{box-shadow: none;
    width: -webkit-fill-available;}

.product-list h3{font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif;
    font-size: 23px;
} 

.fp-title{font-size: 15px;font-weight: 700;}
.fp-div img{box-shadow: none;
    width: -webkit-fill-available;}


.image-wrapper {
  overflow: hidden;
}

.add-to-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  opacity: 0;
  border-radius: 0;
}

.image-wrapper:hover .add-to-cart {
  transform: translateY(0%);
  opacity: 1;
}
.link2{transition: all 0.3s ease;}

.w-20{width: 20%;}
.w-80{width: 80%;}
.accordion{font-size: 14px;}


.related-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.related-title::before,
.related-title::after {
  content: "";
  flex: 1;
  border-top: 2px solid #000;
}
.no-bold {
    font-weight: normal;
  }
.item-count{opacity: 0.5;}  
.cart-table tbody  tr{vertical-align: middle;}
.w-10{width: 10%;}
.w-30{width: 30%;}
.checkout-ul{
  list-style: none;
  display: flex;
  float: right;
}
.checkout-ul li{
  margin-right: 10px;
}
.checkout-ul li a{text-decoration: none;border-bottom: 1px dotted;color: #000000b0;}
.checkout-ul li a:hover{
  color: #2dbbb2;
}

.bb3{border-bottom: 2px solid;}
.form-check-input{border: 1px solid black;}
.atag1:hover{color: #2dbbb2;}

.carousel-item {
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.f23{font-size: 23px;}
.va-tb{vertical-align: text-bottom;}
.f-math{    font-size: 12px;
    font-family: math;}

#searchBox {
    min-width: 30pc;
    right: 10%;
}
#searchResults a {
    text-decoration: none;
}
.modern-hover-btn {
  position: relative;
  overflow: hidden;
  color: white;
  background: #111;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 1;
}

.modern-hover-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.2) 100%);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
  z-index: 2;
}

.modern-hover-btn:hover::before {
  left: 125%;
}

.modern-hover-btn:hover {
  transform: scale(1.05);
  background-color: #222;
}


.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper .magnify-icon {
    position: absolute;
    top: 6px;
    padding: 0px 8px;
    z-index: 10;
    cursor: pointer;
    transition: transform 0.2s;
    left: 3%;
    background: #ffffff;
}

.image-wrapper .magnify-icon:hover {
    transform: scale(1.1);
}

.circle-logo {
    width: 60px;
    height: 60px;
    background-color: #008000; /* Green */
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.main-logo {
    width: auto;
}
#searchResults img{
    width: 40px !important;
    height: 40px !important;
    
    
}
.checkout-form input::placeholder,
.checkout-form textarea::placeholder {
color: #bababa;
opacity: 1;
}

.checkout-form{
font-size:14px ;
}
.checkout-form .form-control{
box-shadow: none !important;
border-radius: 0px !important;
}
.border-none{border:none!important;}

.project-home h2{
    font-style: italic;
    font-weight: normal;
    font-family: "Georgia", Georgia, Serif;
    font-size: 20px;
    line-height: 30px;
    }
.text-justify{
    text-align: justify;
}