* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;

}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}



header .header-top {
  background-color: #282d4b;
  padding: 5px 0px
}

header .top-menu li a {
  color: #fff;
  font-size: 14px;
}

.header-bottom .header-logo {
  text-align: center;
}

.header-bottom .header-logo img {
  width:90px;
}

.header-bottom {
  padding: 10px 0px;
  background-color: #faf7f2;
}

.header-bottom .header-btn {
  text-align: end;
}

.header-bottom .header-btn a{
  display: inline-block;
  padding: 10px 20px;
  color: black;
  background-color: #c87133;
  cursor: pointer;
  font-size: 18px;
  border: none;
}

.header-bottom .header-btn a:hover {
  background-color: #282d4b;
  color: #fff;
}



.header-bottom .row {
  align-items: center;
}

.header-bottom .botom-nav li a {
  color: #000;
  font-size: 18px;
}


header  .header-nav{
    padding: 15px 0;
  background-color: #faf7f2;
}


.header-nav  .headermn  .logo .navbar-brand img{
  width: 72px;
}

header .header-nav {
  display: none;
}

header .offcanvas-header{
  background-color:  #faf7f2;
}
.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .btn-theme {
  border-radius: 0px;
  background: #e56215;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #c87133;
  color: #000000;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color:  #282d4b;
  color: #fff;
}
/* slider */


#slider .owl-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 195px 0px;
  position: relative; 
}

/* Create overlay */
#slider .owl-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider .owl-item .content {
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; 
  z-index: 2; 
}

#slider .owl-item .content h2 {
  font-size: 64px;
  font-weight: 400;
  color: #ffffff;
  margin: 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); 
}

#slider .owl-item .content h5 {
  font-size: 18px;
  color: #fff;
  /* margin-bottom: 30px; */
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); 
}

#slider .owl-item .content .enquiry-btn{
  padding: 15px 40px;
  background-color: #c87133;
  color: #000000;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

#slider .owl-item .content .enquiry-btn:hover { 
  background-color: #282d4b;
  color: #fff;
}

#slider .owl-next {
  position: absolute;
  top: 249px;
  right: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
  z-index: 3; 
}

#slider .owl-prev {
  position: absolute;
  top: 249px;
  left: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
  z-index: 3; 
}

#slider .owl-next span,
#slider .owl-prev span {
  position: relative;
  top: -4px;
}

/* #slider .owl-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 195px 0px;
}

#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider .owl-item .content {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#slider .owl-item .content h2 {
  font-size: 64px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#slider .owl-item .content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#slider .owl-item .content .enquiry-btn{
  padding: 15px 40px;
  background-color: #c87133;
  color: #000000;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#slider .owl-item .content button:hover {
  background-color: #282d4b;
  color: #fff;
}

#slider .owl-next {
  position: absolute;
  top: 249px;
  right: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#slider .owl-prev {
  position: absolute;
  top: 249px;
  left: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#slider .owl-next span,
#slider .owl-prev span {
  position: relative;
  top: -4px;
} */

/* about us  */

 
/* #aboutus{
  padding: 25px 0;
}

#aboutus .section-title {
    margin-bottom: 12px;
}

#aboutus .img img{
 width: 100%;
 padding: 20px 0;

}

#aboutus .content h2{
  
  color:#c87133;
  padding: 10px 0;
}

#aboutus .content p{
 text-align: justify;
 font-size: 16px;
 align-items: center;
 justify-content: center;
} */

#aboutus{
  padding: 40px 0;
}

#aboutus .section-title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
    color: #282d4b;
}

#aboutus .inr {
    margin-top: 20px;
}

#aboutus .img {
    padding-right: 30px;
}

#aboutus .img img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#aboutus .content {
    padding-left: 30px;
}

#aboutus .content h2{
    color: #c87133;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

#aboutus .content p{
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #aboutus .img {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    #aboutus .content {
        padding-left: 0;
    }
    
    #aboutus .content h2 {
        font-size: 22px;
    }
}

/* products */

/*#Products {*/
/*  padding: 25px 0px;*/
/*}*/
/*#Products .row{*/
/*  row-gap: 20px;*/
/*}*/

/*#Products .product-card {*/
 
/*     box-shadow: 0 0 0 rgba(10, 10, 10, 0.08);*/
     
/*}*/
 
/*#Products .product-image {*/

/*  overflow: hidden;*/
/*}*/

/*#Products .product-image img {*/
/*  width: 100%;*/
/*  transition-duration: calc(700ms);*/
/*  background-size: cover;*/
  
/*  transition-property: all;*/
 
/*}*/

/*.product-image img:hover {*/
/*  transform: scale(1.1);*/
/*}*/

/*#Products .product-card .content {*/
  /* position: absolute; */
  /* top: 30px; */
/*  left: 0;*/
/*  right: 0;*/
/*  text-align: center;*/
/*}*/



/*#Products .product-title {*/
/*  margin-top: 10px;*/
/*  font-weight: bold;*/
/*  font-size: 25px;*/
/*  text-transform: uppercase;*/
/*}*/

#Products {
  padding: 70px 0;
  background: #f9f9f9;
}
#Products .section-title{
     font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  
}
#Products .category-card {
  background: #fff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

#Products .category-card:hover {
  transform: translateY(-6px);
}

#Products .category-img img {
  max-width:200px; 
  width: 100%;
}

#Products .category-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

#Products .category-content p {
  font-size: 14px;
  color: #666;
}

#Products .brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

#Products .brand-grid div {
  background: #f3f3f3;
  padding: 10px;
  height: 80px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  overflow:hidden;
      align-items: center;
    display: flex;
    justify-content: center;
}

#Products .brand-grid div img{
  object-fit:cover;
}


/* Responsive */
@media (max-width: 991px) {
  #Products .category-card {
    text-align: center;
  }

  #Products .brand-grid {
    margin-top: 20px;
  }
}

@media (max-width:480px) {
 #Products .brand-grid div {
    height: auto;}
    #Products .category-content h3 {
    font-size: 20px;}
    #Products .category-img{
        margin-bottom:20px;
    }
    #Products .category-card {
    padding: 20px;}
}



/* image gallery  */

#category{
  padding: 25px 0;
}
#category .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  
}

#category .gallery-card {
  position: relative;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
 
}

#category .gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#category .gallery-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background: #f8f9fa;
}

#category .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#category .gallery-card:hover .gallery-image {
  transform: scale(1.08);
}


.badge-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}



.badge-new {
  background: #10b981;
  color: white;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  width: fit-content;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

#category .gallery-card:hover .badge-new {
  opacity: 1;
  transform: translateY(0);
}




.btn-add-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #282d4b;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(100%);
  z-index: 11;
}

#category .gallery-card:hover .btn-add-cart {
  opacity: 1;
  transform: translateY(0);
}

.btn-add-cart:hover {
  background: #c87133;
}


#category .gallery-info {
  padding: 20px;
}

#category .gallery-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  min-height: 48px;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
}
 #category .owl-next {
  position: absolute;
  top: 150px;
  right: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;

}

#category .owl-prev {
  position: absolute;
  top: 150px;
  left: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#category .owl-next span,
#category .owl-prev span {
  position: relative;
  top: -4px;
}

#category .owl-theme .owl-dots .owl-dot {
  display: none;
}



#video-banner .video-banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 20px;
  background-attachment: fixed;
}


/* services  */

#services .service-head {
  align-items: center;
  justify-content: center;
 padding: 24px 0;

}

#services .image-icon img {
  color: #000;
  width: 60px;
}

#services .service-head .first-text {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

#services .service-head .first-text:hover {
  color: #2600ff;

}

#services .service-head .second-text {
  color: gray;
  font-size: 15x;
}

/* About  */

#about {
  padding: 24px 0;
}

#about .inr {
  align-items: center;
}

#about .img img {
  width: 100%;
}

#about .image-two img {
  margin-top: 40px;
}

#about .content {
  padding: 10px;
}

#about .content h2 {
  font-size: 2.5em;
  margin-bottom: 20px;

}

#about .content h2 span {
  color: #282d4b;
}

#about .content p {
  font-size: 17px;
  line-height: 1.2;
  color: #555;
  margin-bottom: 10px;
}

#about .features-list {
  list-style: none;
  margin: 10px 0;

}

#about .features-list li {
  font-size: 16px;
  padding: 8px 0;
  color: #333;
  border-bottom: 1px solid #eee;
}

#about .features-list li:last-child {
  border-bottom: none;
}

#about .tagline {
  font-size: 1.2em;
  color: #667eea;
  margin-top: 15px;
}


#author {
  padding: 60px 0;
}

#author .inr {
  background: #f5f5f5;
  padding: 40px 25px;
  border-radius: 12px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Profile Image */
#author .imgs img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Stars */
#author .stars {
  color: #fbbf24;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Content */
#author .para {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 300px;
}

/* Name */
#author .name {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #282d4b;
  letter-spacing: 1px;
}

#author .owl-next {
  position: absolute;
  top: 150px;
  right: -46px;
  height: 35px;
  width: 35px;
 background-color: rgb(38 44 74);
    color: rgb(255 255 255);
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#author .owl-prev {
 position: absolute;
    top: 150px;
    left: -46px;
    height: 35px;
    width: 35px;
    background-color: rgb(38 44 74);
    color: rgb(255 255 255);
    border-radius: 50px;
    font-size: 35px;
    text-align: center;
    line-height: 35px;
}

#author .owl-theme .owl-dots .owl-dot {
  display: none;
}

#author .owl-next span,
#author .owl-prev span {
  position: relative;
  top: -4px;
}

/* gallery  */

#gallery {
  padding: 25px 0;
}

#gallery h5 {
  color: #282d4b;
  text-transform: uppercase;
}

#gallery h2 {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

#gallery  .img-wrapper {
  position: relative;
  margin-top: 15px;

  img {
    width: 100%;

  }
}

#gallery  .img-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#gallery  .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
      width: 60%;
    }

    @media screen and (min-width:1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#gallery .owl-next {
  position: absolute;
  top: 150px;
  right: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#gallery .owl-prev {
  position: absolute;
  top: 150px;
  left: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#gallery .owl-theme .owl-dots .owl-dot {
  display: none;
}

#gallery .owl-next span,
#gallery .owl-prev span {
  position: relative;
  top: -4px;
}


/* logo-brand  */

#logo-brand{

  padding: 20px 0;

}

/* #logo-brand .owl-item img{
   filter: grayscale(1);
} */

#logo-brand .owl-theme .owl-dots .owl-dot {
  display: none;
}



/* footer  */

#footer {
  background-color: #faf7f2;
  padding: 20px 0;
}

#footer .image img{
  width: 85px;
}

#footer .menu li{
  color: black;
  padding: 5px;
}

#footer .footer-top p{
  font-size: 16px;
  margin-top: 20px;
  text-align: justify;
}

#footer .footer-top .social{
    font-size: 21px;
    border-radius: 50%;
    background-color: #000000;
    margin-top: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    color: white;}


#footer .footer-top .links a{
  color: black;
  font-size: 16px;
}


#footer .footer-top .contact a{

  color: black;
  font-size: 15px;
  margin-right: 5px;

}


#footer .footer-bottom  img {
  width: 195px;
  background-color: #282d4b;
  padding: 0px 10px 8px;
  border-radius: 100px;
}

#footer .row{
  row-gap: 20px;
}

/* Quick contact  */

/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index:102;
}

/* Section Background */
#services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
    position: relative;
    overflow: hidden;
}

#services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><path d="M0 0 L50 50 L0 100 L50 100 Z" fill="rgba(255,255,255,0.02)"/></svg>');
    opacity: 0.3;
}

/* Section Title */
#services-section .section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

#services-section .section-title h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#services-section .section-title .title-underline {
    width: 100px;
    height: 4px;
    background:linear-gradient(90deg, rgb(200 114 50), rgb(199 114 50));
    margin: 0 auto 20px;
    border-radius: 2px;
}

#services-section .section-title p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    font-style: italic;
}

/* Service Box */
#services-section .service-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(201 115 50);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#services-section .service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #faf7f2, #faf7f2);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

#services-section .service-box:hover::before {
    transform: scaleX(1);
}

#services-section .service-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Service Header */
#services-section .service-header {
    text-align: center;
    margin-bottom: 30px;
}

#services-section .icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #c97131, #c87332);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.5rem;
    color: #1a1f3a;
    transition: all 0.4s ease;
    box-shadow:0 10px 25px rgb(200 114 49 / 0.3);
}

#services-section .service-box:hover .icon-wrapper {
    transform: rotate(360deg) scale(1.1);
     box-shadow:0 10px 25px rgb(200 114 49 / 0.3);
}

#services-section .service-header h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Image Container */
#services-section .image-container {
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
        padding: 20px 4px;
    transition: all 0.4s ease;
}

#services-section .service-box:hover .image-container {
    background: rgba(255, 255, 255, 0.05);
}

#services-section .image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease;
    border-radius: 10px;
}

#services-section .service-box:hover .image-container img {
    transform: scale(1.05);
}

/* Service Footer */
#services-section .service-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#services-section .service-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin: 0;
    font-style: italic;
}

/* Divider Between Columns */
#services-section .row {
    position: relative;
}

#services-section .row::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(255, 215, 0, 0.5) 50%, 
        transparent 100%);
    transform: translateX(-50%);
}

/* Responsive */
@media (max-width: 991px) {
    #services-section .row::after {
        display: none;
    }
    
    #services-section .section-title h2 {
        font-size: 2.2rem;
    }
    
    #services-section .service-header h4 {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    #services-section {
        padding: 50px 0;
    }
    
    #services-section .section-title h2 {
        font-size: 1.8rem;
    }
    
    #services-section .service-box {
        margin-bottom: 30px;
    }
    
    #services-section .icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    #services-section .service-header h4 {
        font-size: 1.5rem;
    }
}



/* Main Section */
#mission-vision {
    padding: 80px 0;
    background:linear-gradient(135deg, #282d4b 0%, #262c4a 100%);
    position: relative;
    overflow: hidden;
}

#mission-vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');*/
       /*background:url('../images/bg-vision.png'); */
    opacity: 0.3;
}

/* Section Header */
#mission-vision .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

#mission-vision .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#mission-vision .section-header .underline {
    width: 100px;
    height: 4px;
    background: #c87332;
    margin: 0 auto;
    border-radius: 2px;
}

/* Cards */
#mission-vision .card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    height: 100%;
    backdrop-filter: blur(10px);
    border: none;
}

#mission-vision .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

#mission-vision .mission-card {
    border-top: 5px solid #282d4b;
}

#mission-vision .vision-card {
    border-top:5px solid #282d4b;
}

/* Card Icons */
#mission-vision .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.5rem;
    transition: all 0.3s ease;
}

#mission-vision .mission-icon {
    background: linear-gradient(135deg, #282d4b, #252c49);
    color: white;
}

#mission-vision .vision-icon {
    background: linear-gradient(135deg, #282d4b, #252c49);
    color: white;
}

#mission-vision .card:hover .card-icon {
    transform: rotate(360deg) scale(1.1);
}

/* Card Title */
#mission-vision .card-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

#mission-vision .mission-card .card-title {
    color: #262c4a;
}

#mission-vision .vision-card .card-title {
    color: #262c4a;
}

/* Card Content */
#mission-vision .card-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

#mission-vision .highlight {
    font-weight: 600;
    color: #333;
}

/* Decoration Elements */
#mission-vision .decoration-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
}

#mission-vision .deco-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
}

#mission-vision .deco-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
}

/* Responsive */
@media (max-width: 768px) {
    #mission-vision {
        padding: 50px 0;
    }

    #mission-vision .section-header h2 {
        font-size: 2rem;
    }

    #mission-vision .card {
        margin-bottom: 30px;
    }

    #mission-vision .card-title {
        font-size: 1.6rem;
    }

    #mission-vision .card-content {
        font-size: 1rem;
    }
}
