@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/* ==========================================
   MODERN DESIGN SYSTEM - CSS CUSTOM PROPERTIES
   Integrated with dynamic colors from database
   ========================================== */

:root {
  /* Primary Colors - Using dynamic values from database */
  --primary-blue: #244d8f;
  --primary-gold: #D4AF37;
  --primary-dark: #1f56a6;
  
  /* Secondary Colors */
  --success-green: #059669;
  --warning-amber: #D97706;
  --error-red: #DC2626;
  --info-blue: #3B82F6;
  
  /* Neutral Palette */
  --gray-900: #111827;
  --gray-700: #374151;
  --gray-500: #6B7280;
  --gray-300: #D1D5DB;
  --gray-100: #F3F4F6;
  --white: #FFFFFF;
  
  /* Gradients - Using database colors */
  --gradient-primary: linear-gradient(135deg, #244d8f 0%, #1f56a6 100%);
  --gradient-accent: linear-gradient(135deg, #D4AF37 0%, #C19A2E 100%);
  
  /* Typography */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Poppins', sans-serif;
  --font-headings: 'Poppins', 'Inter', sans-serif;
  
  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  
  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  
  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;
}

/*------------------------------------------------------------------
    1. General Styles
-------------------------------------------------------------------*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	  scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    color: #606060;
    font-weight: normal;
    font-size: 16px;
    background: rgb(255 255 255);
    line-height: 1.6;
    position: relative;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
}

a {
    text-decoration: none;
    
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    outline: none !important;
}


a:focus, a:hover {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  color: #d6d6d6!important;
}
p {
  margin: 0 0 1.5rem;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0px;
}
button
{
    outline: 0;
}
button:focus {
   
    outline: unset;
}
.no-padding {
    padding: 0!important;
}

.no-padding-lft {
    padding-left: 0;
}

.no-padding-rgt {
    padding-right: 0;
}






.disp-flex {
    display: flex;
}

.text-danger {
    color: #dc3545!important;
}


.nav-item .fas{
	color: rgb(28, 93, 190);
}
.nav-item.active .fas{
	color: #ffff;
}
/*.fa-phone{
  transform: rotate(100deg);
}*/
ul{
  list-style: none;
  margin: auto;
  padding: 0;
}
.no-margin{
  margin: 0;
}
.color-custom{
   background-color: rgb(255, 87, 34);
}
/* ============================ COMMON CLASSES =========================*/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headings);
  font-weight: 400;
  color: #1f56a6;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.section-padding {
  padding: 5rem 0; /* 80px */
}
.users {
  padding: 5rem 0;
}
.bg-primary {
    background-color: #244d8f!important;
}
  .section-title {
    color:#244d8f;
    font-weight: 300;
    font-size: 3rem;
    margin: 0 auto 1.5rem;
    border-radius: 0.5px;
  }

  p.sub-head {
    letter-spacing: 2px;
    font-size: 20px;
    opacity: 0.8;
}
  h1.section-title.video {
    color: #ffff;
}
  .section-title-side{
    color: #ee474b;
    font-weight: 300;
    font-size: 1.25rem;
    margin: 0 auto 0.5rem;
    
    
  }
  .bg1{
    background-color:#1f56a6!important;
  }
  .bg2{
    background-color: #1f56a6!important;
  }
.color1{
    color: #e52522!important;
}
.color2{
    color: #f70000!important;
  
}
.eliteborder{
  border: 1px solid rgba(28, 93, 190, 0.18);
}
.eliteborder-shop{

    margin: 10px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 6px 0 rgba(0, 0, 0, 0.12); */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    
    border: 1px solid rgba(28, 93, 190, 0.18);
}
.eliteborder-shop:hover{
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0px 2px 6px 0 rgb(0 0 0 / 12%);
}
.eliteborder-shop:hover .p-name{
  color: rgb(25, 0, 255);
}
.box-style{
    /* border-radius: 14px; */
    margin: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
  }
  .box-style:hover {
    transform: scale(1.01);
    /* transform: rotate(1deg); */
    
    transition: auto;
    box-shadow: -2px -1px 7px 0 rgba(0, 0, 0, 0.16), 0px 0px 0px 0 rgba(0, 0, 0, 0.12);

}
.video-box{
    margin: 10px;
    
    overflow: hidden;
    cursor: pointer;
}


.about{
  background-color: #000000;
}
.about h5{
  color: #ffffff;
  margin-top: 15px;
}

.aboutintro .flag {
    width: 60px;
    margin: 0 auto;
    top: -15px;
    left: 0;
}

   .aboutintro .fa{
   color:#f70000;
   box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 16%), 0 4px 10px 0px rgb(0 0 0 / 12%);
  }


.aboutintro ul li{
  font-size: 16px;
  list-style: none;
  padding-bottom: 8px;
}
/* .btn{
  border-radius: unset;
} */


/* ============================ form =========================*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(36 77 143);
    outline: 0;
    box-shadow: none;
}
/* ============================ from =========================*/

.btm-headc{
  padding: 15px;
    bottom: 0;
    width: 90%;
    color: #fff;
    margin: 15px;
    background-color: #000000;
    position: absolute;
}
.btm-head {
  text-align: left;
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
}
.btm-head .btn{
  
  padding: 0;
  
}
.btm-head span{
  color: #000000;;
  padding: 5px;
}
.btm-head .price {
  font-size: 16px;
  font-weight: 300;
}
.btm-head .oprice {
  font-size: 12px;
  text-decoration: line-through;
}
.dprice li{
  display:inline-block;
  padding: 0 12px 0 0;
}


.btm-head ul li{
  display: inline-block;
  font-size: 20px;
  padding: 8px;
}
.btm-head p{
  font-size: 15px;
  margin: 0;
  color: #000000;;
  font-weight: 300;
  letter-spacing: 1.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subhead{
  font-size: 14px;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.btm-head p.size{
    font-size: 14px;
    color: rgb(28, 93, 190);
    font-weight: 100;
}
.orderbtn{
  display: block;
}

/***********************************preloader**********************************/
/* Demo Styles */
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

h1 {
  font-size: 60px;
}

/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  
  

  
  z-index: 11;
}


@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/***********************************preloader**********************************/

/* ============================ owlcarousal =========================*/

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    border-color: #fff;
    border-style: dashed;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    border-radius: 10%;
    color: #ffffff!important;
    width: 40px;
    height: 50px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev{
    left: 20px;
    top: 45%;
    background: #244d8f!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
    top: 45%;
    background: #244d8f!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


    .item {

    height: 100%;
}
.owl-carousel .owl-nav .owl-next .fa{
  margin: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #244d8f;
}
.text-primary {
    color: #244d8f!important;
}
.owl-theme .owl-dots {
    left: 0;
    right: 0;
    position: absolute;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px;
}
.owl-theme .owl-dots .owl-dot {
  
    background-color: #0000;
    border: unset;
    box-shadow: unset;
}
.owl-theme .owl-nav{
  margin: 0;
}
 

 section.catemenu {
  padding: 10px 40px;
  background-color: #244d8f;
}
.catemenu h6 {
  margin: 0;
  padding: 8px 0;
  color: #fff;
}
.btn-cstm {
  -webkit-transition: all 0.4s  ease-in-out;
  transition: all 0.4s  ease-in-out;
    color: #fff;
    background-color: #244d8f;
    border-color: #244d8f;
    width: fit-content;
    border-radius: 1.25rem;
}
.btn-cstm:hover{
  color: #fff;

}
.contact{
    padding: 40px 0 15px;
}
.contact .fa{

color: #244d8f;
}
.contact ul li {
    font-size: 16px;
    list-style: none;
    padding-bottom: 8px;
    border: 1px solid rgb(196, 196, 196);
    margin-bottom: 15px;
    padding: 10px;
}
.contact ul li h5 {
    margin: 0 0 10px;
}
 .about{
    background-color: #000000;
}
.about h5{
    color: #ffffff;
    margin-top: 15px;
}
.aboutintro p{
    margin: 0 auto;
    font-size: 16px;
    color: rgb(86, 86, 86);
    line-height: 30px;
   
}
.card-text{
    margin: 0!important;
    font-size: 14px;
    color: rgb(86, 86, 86);
    line-height: 30px;
   
}
/* .aboutintro img{
    margin-left: 30px;
    border: 1px solid #d4d4d4;
    padding: 5px;
} */
box-style-mv{

    padding-top: 20px;
    text-align: center;
    height: 200px;
    background-color: #ffffff;
}
.box-style-mv p{
    text-align: center;
}
 .testimonial-header {
    font-weight: 300;
    margin: 0 0 30px;
}
.testimonial .review {
    font-size: 20px;
    color: black;
    margin: 0 0 10px;
}
.testimonial .user{
    font-size: 24px;
    color: black;
    font-weight: 300;
    margin: 0 0 0px;
}
.star .fa {
    color: rgb(255, 193, 7);
}
.top-bar{
    background-color: #244d8f;
    padding: 0px 40px;
    
  }
  .social .fa {
    color: #244d8f;
    vertical-align: -webkit-baseline-middle;
}
.contacth .fa {
    margin-right:8px;
    
}
  .top-bar a{
    color: #ffffff;
  }
  .social>li {
    display: inline-block;
    text-align: center;
    width: 30px;
    margin: 5px 5px;
    position: relative;
    font-size: 13px;
    background-color: #fff;
    border-radius: 50px;
    height: 30px;
}

.social li:hover .fa{
  color: #f70000;



}
.contacth>li {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    font-size: 14px;
}

.menubar {
  position: fixed;
  width: 100%;
  z-index: 10;

  padding: 0px 40px;
}
.menubar2 {
  position: relative;
  width: 100%;
  padding: 0px 40px;
  background: rgb(240,248,255);
  background: linear-gradient(90deg, rgba(240,248,255,1) 34%, rgba(255,238,238,1) 61%);

}
  .navbar {
    padding: 0px 10px;
}

  /* .menu-bar .dropdown-item:focus, .menu-bar .dropdown-item:hover{
    color: #cd004d;
  background: #ffffff;
  } */
  /* NOTE: top-bar end */
  
  
  /* .menu-bar{
    background:rgba(0, 0, 0, 0.84);
    position: sticky;
    top: 0;
    padding: 25px 0 25px 0;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  } */


  .dropdown-item{
   color: #212529!important;
   padding: 15px 20px;
  }
  .dropdown-item .fas{
    color:#090909;
  }
  .modal-header{
    background-color:#244d8f;
  }
  .modal-body .btncstm{
    background-color:#244d8f;
    color: #fff;

  }
  .cart{
    background-color:#244d8f;
  }
  .mob-ser .fas {
    color: #244d8f;
}
.navbar-light .navbar-toggler {
  color: #244d8f;
  border-color:#244d8f;
}

  .sticky {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 16%), 0 4px 10px 0px rgb(0 0 0 / 12%);
    background: #fefefe;
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
}
 .dropdown-menu{
  -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
    font-size:14px;
 }
 .dropdown-divider {
  height: 0;
   margin: unset; 
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
  
  .nav-link {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    outline: 0;
    text-transform: uppercase;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
    padding: 8px 15px;
    margin: 0px 2px;
}



.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #244d8f;
    border-radius: 50px;
    border-top: 1px solid #244d8f;
    /* border-bottom: 1px solid #f70000; */
}
  .navbar-light .navbar-nav .nav-link{
    color:#ffffff;
  }
  .menubar2 .navbar-light .navbar-nav .nav-link {
    color: #000000;
}
  .sticky .navbar-light .navbar-nav .nav-link{
    color: #343a40;
  }
  
  .navbar-brand img{
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
    width: 250px;
  }
  .menubar .navbar-nav{
      margin-right: 0;
  }
  .catemenu .navbar-nav{
    margin: unset;
  }

  .filter .fhead{
    margin: 0;
    padding:.75rem 1.25rem ;
  }
  .filter .card-header{
    border: unset;
    background-color: #fff;
  }
  .search{
    padding: 0px 15px;
  }
  .whatsapp{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 10;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.calc {
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 10;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.whatsapp:hover{
transform: scale(1.03);
}
.menu-top{
  display:none;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor:pointer;
}
.menu{
  
    
    
    
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}
hr{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.serv li{
  display: inline-block;
  padding: 5px;
}
.serv img, .servd img{
  width: 50px;
  margin-bottom:6px;
}

.close {

  color: #bbb;
  
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #fff;

}
/*set a border on the images to prevent shifting*/
#gal1 img {
  border: 1px solid white;
  width: 60px;
}

#img_01{
  position: relative!important;
}

.prod_des {
  border: 1px solid rgba(28, 93, 190, 0.18);
  padding: 15px;
  position: relative;
  background-color: #fff;
}

span.des_fav {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  font-size: 20px;
  height: 40px;
  padding: 4px;
  text-align: center;
  width: 40px;
  border: 1px solid rgba(28, 93, 190, 0.18);
  border-radius: 50%;
}
.des_fav .fas {
margin: 0;
}
.cb_div li {
 display: inline-block;
}
.acart,  .abuy{
  font-size: 18px;
  padding: 0 10%;
}
.acart_icon, .abuy_icon {
  padding: 10px 20px;
}
.zoomWrapper{
  overflow: hidden;
}
.product_det li .fas{
 font-size: 8px;
}
.my_orders li{
  display: inline-block;
  padding-right:12px;
  vertical-align: middle;
}

.my_orders li h6, .my_cart li h6{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_orders .price{
    font-weight: 300;
    font-size: 18px;
}
.ordimg{
    padding:40px;
}

.my_cart li{
  display: inline-block;
  vertical-align: middle;
  
}
.my_cart img {
  width:100px;
  
}
.my_cart li p{
  line-height: unset;
  font-size: 10px;
  display: inline;
}
.my_cart .delete, .my_orders .delete{
  position: absolute;
    top: 8px;
    right: 10px;
    font-size: 13px;

}
span.price {
    padding-right: 10px;
}
.cwidth{
 width: 25%;
}
.cwidthmyo{
  width:40%;
}
.prod_des-head{
  font-size: 18px;
}
.breadcrumb{
  margin:0;
  font-size:12px;
}
ul.cb_div a {
    color: #fff;
}
.fea .item img{
  border-radius:5%;
}
.text-dark {
    color: #000000!important;
}
.cb_div{
  padding:15px;
  text-align: center;
  background-color: #e3e3e3;
}
#livesearch span{
  color:#000;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  } 
  #goog-gt-tt{
    display:none!important;
  }
/* ============================ footer =========================*/

.footer1 {
    padding: 30px 50px;
    background-color: #1f56a6;
}

img.footerlogo1{
  width: 25%;
}
img.footerlogo2 {
    width: 100px;
}

.footer1 ul li a, .footer1 p {
  color: #212529;
}
.footer1 ul li {
  padding: 5px 0;
  font-size: 15px;
}
.footer1 h6 {
  color: #212529;
  font-style: normal;
}

.footer1 .fas, .footer1 .fab{
  margin-right:10px;
}

.footer-menu img{
  margin: 0px;
}

.footer-menu li {
    display: inline-block;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 300;
}
.footer-menu li a {
  color: #ffffff;
}
ul.address li {
    padding: 15px;
    color: #ffffff;

}
ul.address li .fa {
    color:#e6bd54;
    font-size: 15px
}
.footer2{
  border-top: 1px solid #ffffff1a;
  background-color:#000000;

}
.footer2 p{
  color: #ffffff;
  margin: 10px 0;
  line-height: unset;
  font-size: 13px;
}
.footer2 a{
  color: #ffffff;

}
.footer2 ul li{
  display: inline-block;
  padding-right: 15px;
}
.footer-img{
  width: 50%;
  float: right;
}
.tracko{
  
  margin: 0px;
}
.modal-content{
  border: unset;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
}
.lioffer{

    position: absolute;
    left: 12px;
    top: 12px;
    padding: 0!important;
}
.offer {
    font-size: 12px;
    border: 1px solid #ff0023;
    border-radius: 25px;
    
    background-color: #ff0023;
    padding: 4px 20px;
    color: #FFFFFF;
}
.addtocart {
    font-size: 12px;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #000000;
    padding: 6px 24px;
    color: #FFFFFF;
}
.cart-view{
   font-size: 12px;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #000000;
    padding: 6px 24px;
    color: #FFFFFF;
}
.btn-light {
    
    background-color: #ffffff;
    border-color: #ffffff;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1051; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.9s;
  animation: fadein 0.5s, fadeout 0.5s 2.9s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.passmatch, .pw, .iotp{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.pinchkmsg{
  font-weight: 300;
}
.fav{
   position: absolute;
    top: 0;
    right: 0;
}
.top_cart_count{
  background-color: #090909;
    color: #fefefe;
    padding: 1px 5px;
    left: 20px;
    border-radius: 50%;
    font-size: 10px;
    top: 2px;
    position: absolute;
}
/* order status */
.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #dc3545
}

.bs4-order-tracking li.active>div {
    background: #dc3545
}

.bs4-order-tracking li.active:after {
    background: #dc3545
}

.card-timeline {
    background-color: #fff;
    z-index: 0;
    position:relative;
}
.card-timeline .fas{
   margin:0;
}
.plus-btns, .minus-btns {
    padding: 1px 5px;
    font-size: 12px;
}
.quantity .fas {
    margin:0;
}
.quantity input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.breadcrumb{
  background-color:#ffffff;
}
#livesearch{
  position: absolute;
    left: 3%;
    background-color: #fff;
    z-index: 2;
    width: 94%;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
#livesearch ul li{
    font-size:14px;
    
}
.terms p{
  font-size: 18px;
    color: #585858;
    font-weight:300;
}
.terms h5, .terms h1 {
    font-weight: 300;
    font-style: unset;
}
.terms h6 {
    font-weight: 300;
    font-style: unset;
}
.terms ul {
    list-style: disc;
    margin: auto;
    padding-left: 40px;
}
.terms ul li {
    font-weight: 300;
    line-height: 30px;
}


.dos p{
  font-size:17px;
}
.categt a{
  color: #000;
    font-size: 18px;
}
.servd h3{
  font-family: 'Poppins', sans-serif;
}
.dos h5{
  font-family: 'Poppins', sans-serif;
}
.dos p{
  font-family: 'Poppins', sans-serif;
}
.footer1 .rounded-left  {
    border-top-left-radius: 3.25rem!important;
    border-bottom-left-radius: 3.25rem!important;
}
.footer1 .rounded-right{
  border-top-right-radius: 3.25rem!important;
    border-bottom-right-radius: 3.25rem!important;
}
.top-bar .imgcont{
  text-align:right;
}
.card-title {
   font-size: 16px;
}
.card-deck .card-title {
   font-size: 16px;
}
.card-img-top {
    padding-top: 1.25rem;
    font-size: 40px;
    overflow: hidden;
}
.card-img-top img, .imganim img{
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}
.card-img-top img:hover{
  transform: scale(1.2);

}
.imganim:hover img{
  transform: scale(1.1);
}
.overflowhiden{
  overflow: hidden;
}

.aboutbg {
  background: rgb(240,248,255);
  background: linear-gradient(90deg, rgba(240,248,255,1) 34%, rgba(255,238,238,1) 61%);
}
.aboutbg2 {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 34%, #fbfbfb 61%);
}
.servbg {

 
  background-color: #244d8f;

}
  .servbg2{
    background-image: url(../img/banner/back2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
  }
  .card-deck .numscroller {
    font-size: 40px;
}
.nav-link.job{
  background-color:#244d8f;
    color: #ffffff!important;
    border-radius: 50px;
}
.services ul li {
    display: -webkit-inline-box;

    color: #6c757d;
    font-weight: 300;
    margin: 15px;
}
.faborder {
    border: 2px solid #244d8f;
    border-radius: 50%;
    padding: 9px;
    color: #f70000;
    background-color: #fff;
}

.count_border {
  /* border-top: 4px solid #e3aa3b; */
  /* width: 25%; */
  margin-bottom: 0px;
}
.text-warning {
    color: #244d8f!important;
}
.bg-black {
  background-color: #343a40;
}
.main_slide_head {
    position: absolute;
    margin: 16% auto;
    z-index: 9;
    left: 0;
    width: 80%;
    top: 0;
    right: 0;
}
.main_slide_head .card {
   
    background-color: #00000000;
    border: unset;
}
.main_slide_head .card .card-body {
  padding: 20px 44px;
}
.main_slide_head h1 {
    font-size: 60px;
    letter-spacing: 5px;

}

.main_slide_head p {
  font-size: 18px;
  color: #ffc107;
  letter-spacing: 5px;
  text-shadow: 0px 1px 5px #010a05;
  line-height: 16px;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.overlay h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 1.2em;
    padding: 10px 0;
    width: 55%;
    background: #244d8f;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.overlay:hover{
  background-color:#244d8f57;
}
.overlay:hover h4 {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
}
.services-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: solid 2px #f1f1f1;
  padding: 1.1em 0 0 0;
  margin: 0 auto;
}
.services-icon-info {
  color: #244d8f;
  font-size: 16px;
  font-weight: 100;
  margin: 1em 0 0 0;
}
.service  i {
  color: #fff;
  font-size: 24px;
}
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #244d8f;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #101010;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.services-grid:hover .hvr-radial-in:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.service .bg-img {
  /* background-image: url(../img/property/p1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
background-color: #000000;
}

.service .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color:#171818b0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.service .slider p {
  line-height: 25px;
  font-size: 16px;
}
.service h5{
  font-size: 22px;
}
.nav-pills .nav-item{
  text-transform: none;
}
.scatl  .activec {
  color: #fff!important;
  background-color: #244d8f;
}
.scatl a {
  color: #fff;
  border: 1px solid #0000000f;
  background-color: #000000;
}
.owl-stage {
  margin: auto;
}
.testimonial .card {
  
  width: 70%;
  margin: auto;
}
.contactus i {
  color: #fdbd10;
  font-size: 28px;
  vertical-align: middle;
  border-right: 3px solid #00000070;
  padding: .8em .4em .8em 0em;
  float: left;
}
.contact-right {
  padding-left: 1.5em;
  float: left;
  padding-top: 8px;
}

.footer1 .fb {
  
  background-color: #2654b5;
  padding: 16px;
  border-radius: 50px;
}

.footer1 .tw {
  
  background-color: #1da1f2;
  padding: 16px;
  border-radius: 50px;
}

.footer1 .in {
  
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  
  padding: 16px;
  border-radius: 50px;
  
}

.footer1 .yb {
  
  background-color: #f70000;
  padding: 16px;
  border-radius: 50px;
}
.bg-img2{


    background-image: url(../img/banner/about.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}
.border-warning {
  border-color: #244d8f66!important;
}

#course-form .form-control {
 
    color: #ffffff;
    background-color: #151515;

    border: 1px solid #000000;

}
.displaynone-desk{
   display: none;
}
.displaynone-mob{
  display: block;
  }
  /* .animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
} */
  /* @-webkit-keyframes animate__slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
   */
   figure{
    overflow: hidden;
   }
   .anim-img {
    opacity: 0;
    
   

}
.anim-img.active {

  opacity: 1;
  animation: zoomIn 1s 1;
 
}
  @media (prefers-reduced-motion: no-preference) {
    .square-animation {
      animation: bounceIn 1s 1;
      
    }
  }
  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }
  .counter_outer h2 {
    color: #404040;
    font-size: 60px;
}
.counter-head h5 {
    
    font-weight: 600;
    color: #404040;
}
.counter-head h6 {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    color: #404040;
}
.counter i {
    font-size: 25px;
    margin-bottom: 15px;
}
  .btn-outline-danger {
    color: #244d8f;
    background-color: transparent;
    background-image: none;
    border-color: #244d8f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #244d8f;
  border-color: #244d8f;
}
 .icon{
  width: 36px;
 }
 .imghover:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.03);
  cursor:pointer;
  

}
.btn-primary{

    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
    background-color: #2c3283;
    border-color: #2c3283;
    width: 20%;
    border-radius: 1.25rem;

}
.btn-danger{

-webkit-transition: all 0.4s  ease-in-out;
transition: all 0.4s  ease-in-out;
background-color: #244d8f;
border-color: #244d8f;
width: 20%;
border-radius: 1.25rem;

}
.btn-primary:hover {
    color: #fff;
    background-color: #2c3283;
    border-color: #2c3283;
}
.btn-danger:hover {
    color: #fff;
    background-color: #244d8f;
border-color: #244d8f;
}

.readmore{

  height: 50%;
  overflow: hidden;

}
.section-padding .btn{
  width: fit-content;
}
.circle {
    width: 100px;
    height: 100px;
    border: 1px solid #00959f;
    background-color: #f2f2f2;
    overflow: hidden;
    border-radius: 50px;
}

  /* Extra small devices (portrait phones, less than 767px)*/
@media (max-width: 767px) {

  .owl-carousel .owl-nav .owl-prev{

    background: #00959f00!important;
}

.owl-carousel .owl-nav .owl-next {

    background: #00959f00!important;
}
.owl-theme .owl-nav [class*=owl-] {

    box-shadow: unset;
    color:#fdb813!important;
}


  .readmore {
    height: 200px;
    
}
.card-body {
    padding: 10px 0px;
}
  .aboutbg{
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(255,238,238,1) 75%);
  }
  .aboutbg2 {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 34%, #fbfbfb 61%);
}
  .testimonial .card {
    

   
    width: 100%;
   
}
  /* .slider .item{
    width:1300px;
  }  */
  p.sub-head {
    letter-spacing: 0px;
    font-size: 14px;
}
  .home_sub{
    font-size: 17px;
    text-align:left;
  }
  .main_slide_head .card .card-body {
    padding: 20px 16px;
}
  h3 {
    font-size: 18px;
    text-align:left;
}
  p {
 
    font-size: 14px;
   
}



  .dropdown-menu {

    font-size: 12px;
}

  h1 {
    font-size: 30px;
}
  .owl-theme .owl-nav [class*=owl-] {

    font-size: 20px;

    width: 23px;
    height: 50px;

}

  .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    top: 30%;
}
.owl-carousel .owl-nav .owl-next {
  right: 0px;
  top: 30%;
}


.main_slide_head h1 {
    font-size: 25px;
}
.main_slide_head p {
  font-size: 15px;
  color: #fdbd10;
  letter-spacing: 3px;
  text-shadow: 0px 1px 5px #010a05;
  line-height: 20px;
}

.main_slide_head {
    position: absolute;
    margin: 80% auto -2px;
    z-index: 9;
    width: 100%;
}

.displaynone-desk{
display: block;
}

  .servbg {

    background-position: left;
}
  .services ul li {
    display: -webkit-inline-box;
    width: 100%;
  
    text-align: left;
    margin: 5px;
}
  .w-50, .w-75{
    width:100%!important;
  }
  ul.footerli li{
    margin: 0 0 4px 0;
    display: inline-block;
    background-color: #343a40;
    padding: 5px 10px;
  }  ul.footerli li a{
    color:#fff;
  }
.footer1 h6{
  margin: 0 0 8px;
}
  .servd h3 {
   
    font-size: 14px;
}
  .top-bar .imgcont{
  text-align:center;
}
.categt a {
    
    font-size: 10px;
}
  .os h4{
  font-size:18px;
}
  .cwidth{
    width: 100%;
   }
   .section-padding {
    padding: 15px 0;
}

  .section-title {

      
    margin: 0 0 0px 0;
    font-size: 18px;
  }
  .card-title {
    font-size: 9px;
}
.top-bar {
  padding: 0px 5px;
}
.menubar {
  padding: 5px 5px;
  position: relative;
  background-color: #08172e;
}
.menubar2 {
  background: #f3f3f3!important;
}
  .overlay h4 {

    margin: 31px auto 2px;

}
.service .overlay {

  position: relative;

}
  p {
    margin: 0 0 15px;
    line-height: 30px;
}

  .contacth>li {
 
    padding: 15px 0px;
  
    border: unset!important;
}

  .users{
    padding: 40px 40px!important;
  }
  .testimonial-header {
    
    font-size: 24px!important;
  
}
.testimonial .review{
  font-size: 14px!important;

}
  .section-title span.elitecolor{
    padding-left: 5px;
  }
  .navbar-brand img{
    width: 222px!important;
  }
 
  .aboutintro img{
    margin-left: 0!important;
  }
  .card-deck .card-title {
    font-size: 16px;
}
.testimonial .user {
  font-size: 16px;

}
.counter h5{
  font-size: 14px;
}
.counter h2 {
  font-size: 30px;
}
.counter-head h6 {
  font-size: 12px;

}
.btn-primary{
  width: fit-content;
}
.btn-danger{
  width: fit-content;
}
.contactus i {
  color: #fdbd10;
  width: 100%;
  background-color: #e1e1e1;
  font-size: 16px;
  vertical-align: middle;
  border-right: 3px solid #00000070;
  padding: .8em .8em .8em 1em;
  float: left;
}
.contact-right {
  padding-left: 0.5rem;

}
 
  .aboutintro p {
    padding-bottom:10px;
    font-size: 13px;
}
  .about h5{
    padding: 10px;
    font-size: 16px
  }
  .btm-head p{
    font-size: 12px;
  }
  
  .dth ul li{
    padding: 15px;
  }

.displaynone-mob{
	display:none!important;
}
.serv img, .servd img {
  width: 60px;
}
.serv h4, .servd h4 {
  font-size: 15px;
  margin-top: 8px;
}
.serv li{
  padding: unset;
}
.footer2 p {
    font-size:12px;
}

form{
  margin-bottom: 15px;
}

.footer1{
  
  padding: 40px  15px 0;

  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  
}
.footer1 ul li a, .footer1 p {
  margin: 0;
}
.acart_icon, .abuy_icon {
  padding: 5px 10px;
}

.acart, .abuy {
  font-size: 15px;
  padding: 0 4%;
}
.my_orders li {
  
  padding: 5px;
  font-size: 12px;
  
  
}
.my_orders .price {
   
    width: 100%;
}
.ordimg{
  width:60px;
}
.my_cart li {
  display: inline-block;
  
}
.my_cart img {
  width:50px;
  
}
.cwidthmyo {
    width: 60%;
}
.bs4-order-tracking li {
    
    font-size: 8px;
}
.tracko{
  text-align: center;
  margin-top: 5px;
}

.eliteborder-shop {
    margin: 0px;
    border: 0.1px solid rgb(179 179 179 / 18%);

}
.newarrival .btn{
  font-size:10px;
}

span.price {
    padding-right: 0px;
}
.btm-head {
    
    padding: 8px;
}
#loader {
    
    margin: -75px 0 0 -44px;
   
}

.addtocart {
    
    padding: 6px 12px;
    font-size: 9px;
    
}
.cart-view{
  font-size: 9px;
}
.offer {
    font-size: 10px;
     padding: 2px 12px;
    
}
.lioffer {
    
    left: 4px;
    top: 7px;
    
}
.btm-head .price, .btm-head .actual_price {
    font-size: 12px;
    
}
.terms h6 {
  
  font-size: 12px;
}
.terms ul {
 
  padding-left: 5px;
}
.terms ul li {
  
  font-size: 12px;
}
.terms h5, .terms h1 {
  
  font-size: 20px;
  
}
.terms p {
  
  font-size: 14px;
  margin: 0 0 10px;
}
  }



/* ==========================================
   MODERN BUTTON STYLES
   ========================================== */

.btn-primary {
  background: var(--gradient-primary);
  border: none;
  color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  transition: all var(--transition-base);
  box-shadow: 0 4px 14px rgba(10, 77, 104, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10, 77, 104, 0.4);
  color: var(--white);
}

/* ==========================================
   MODERN CARD COMPONENTS
   ========================================== */

.card-modern, .card {
  transition: all var(--transition-base);
  border-radius: var(--radius-lg);
}

.card-modern:hover, .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* ==========================================
   NAVBAR MODERN EFFECTS
   ========================================== */

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
}

/* ==========================================
   ANIMATIONS
   ========================================== */

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   ACCESSIBILITY
   ========================================== */

*:focus-visible {
  outline: 3px solid var(--primary-blue);
  outline-offset: 2px;
}

/* ==========================================
   PHASE 2: MODERN COMPONENT ENHANCEMENTS
   Hero Slider, Navigation, Cards, Forms
   ========================================== */

/* Hero Slider Styling (No overlay, no animation) */
.hero-slider .owl-carousel .item {
  position: relative;
  width: 100%;
  display: block;
}

.hero-slider .owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Hero Content Styling */
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.hero-content h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: var(--space-6);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.hero-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: var(--space-8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Service Cards Enhanced */
.card {
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-slow);
  background: var(--white);
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform var(--transition-base);
  transform-origin: left;
}

.card:hover::before {
  transform: scaleX(1);
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-2xl);
}

.card-img-top {
  transition: transform var(--transition-slow);
  height: 200px;
  object-fit: cover;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card-body {
  padding: var(--space-6);
  position: relative;
  background: var(--white);
}

.card-title {
  font-family: var(--font-headings);
  font-weight: 600;
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
  color: var(--gray-900);
  transition: color var(--transition-fast);
}

.card:hover .card-title {
  color: var(--primary-blue);
}

/* Section Titles Modern */
.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: var(--space-4);
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
}

/* Form Elements Modern */
.form-control {
  border-radius: var(--radius-md);
  border: 2px solid var(--gray-300);
  padding: 0.75rem 1rem;
  font-size: var(--text-base);
  transition: all var(--transition-fast);
}

.form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(10, 77, 104, 0.1);
  outline: none;
}

.form-control::placeholder {
  color: var(--gray-500);
}

/* Button Enhancements */
.btn {
  border-radius: var(--radius-md);
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all var(--transition-base);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-primary);
}

.btn-cstm, .btn-danger {
  background: var(--gradient-primary);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(10, 77, 104, 0.3);
}

.btn-cstm:hover, .btn-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10, 77, 104, 0.4);
  color: var(--white);
}

.btn-outline-danger {
  background: transparent;
  border: 2px solid var(--primary-blue);
  color: var(--primary-blue);
}

.btn-outline-danger:hover {
  background: var(--primary-blue);
  color: var(--white);
  transform: translateY(-2px);
}

.btn i {
  transition: transform var(--transition-fast);
}

.btn:hover i {
  transform: translateX(4px);
}

/* Navigation Modern Effects */
.menubar {
  transition: all var(--transition-base);
  box-shadow: var(--shadow-sm);
}

.menubar.sticky {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lg);
}

.nav-link {
  position: relative;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transition: width var(--transition-base);
}

.nav-link:hover::before,
.nav-link.active::before {
  width: 80%;
}

/* Breadcrumb Modern */
.breadcrumb {
  background: transparent;
  padding: var(--space-4) 0;
  margin-bottom: var(--space-6);
}

.breadcrumb-item a {
  color: var(--gray-700);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.breadcrumb-item a:hover {
  color: var(--primary-blue) !important;
}

.breadcrumb-item.active {
  color: var(--primary-blue);
}

/* Responsive Mobile Enhancements */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .card-img-top {
    height: 180px;
  }
  
  .btn {
    padding: 0.625rem 1.5rem;
    font-size: var(--text-sm);
  }
}

/* Loading State (for lazy loaded images) */
.card-img-top[loading="lazy"] {
  background: linear-gradient(90deg, var(--gray-100) 0%, var(--gray-200) 50%, var(--gray-100) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}


/* ==========================================
   PHASE 3: ENHANCEMENTS
   Statistics, Testimonials, Footer
   ========================================== */

/* Statistics/Counter Section */
.stats-section {
  background: var(--gradient-primary);
  color: var(--white);
  padding: var(--space-16) 0;
  position: relative;
  overflow: hidden;
}

.stat-card {
  text-align: center;
  padding: var(--space-6);
}

.stat-number {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  font-family: var(--font-headings);
  display: block;
  margin-bottom: var(--space-2);
}

.stat-label {
  font-size: var(--text-lg);
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Testimonials Modern */
.testimonial {
  background: var(--white);
  padding: var(--space-8);
 border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  position: relative;
}

.testimonial::before {
  content: '"';
  position: absolute;
  top: var(--space-4);
  left: var(--space-6);
  font-size: 4rem;
  color: var(--primary-blue);
  opacity: 0.1;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.testimonial .review {
  font-size: var(--text-base);
  line-height: 1.8;
  margin-bottom: var(--space-4);
  position: relative;
  z-index: 1;
}

.testimonial .user {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: var(--space-2);
}

.testimonial .star {
  color: #FFA500;
  margin-bottom: var(--space-3);
}

/* Footer Modern */
footer {
  background: var(--gradient-primary);
  color: var(--white);
  padding: var(--space-16) 0 var(--space-8);
  position: relative;
}

footer h5 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: var(--space-4);
  font-size: var(--text-xl);
}

footer a {
  color: rgba(255, 255, 255, 0.8);
  transition: all var(--transition-fast);
  text-decoration: none;
}

footer a:hover {
  color: var(--white) !important;
  transform: translateX(4px);
}

footer ul li {
  margin-bottom: var(--space-2);
  transition: transform var(--transition-fast);
}

footer ul li:hover {
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  text-align: center;
  font-size: var(--text-sm);
  opacity: 0.8;
}

/* Social Icons Modern */
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: var(--white);
  color: var(--primary-blue);
  transition: all var(--transition-base);
}

.social li a:hover {
  background: var(--primary-gold);
  color: var(--white);
  transform: translateY(-4px) rotate(360deg);
}

/* Loading Spinner Enhancement */
#loader {
  animation: spin 1s linear infinite, pulse 2s ease-in-out infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Scroll to Top Button */
.scroll-top {
  position: fixed;
  bottom: var(--space-8);
  right: var(--space-8);
  width: 50px;
  height: 50px;
  background: var(--gradient-primary);
  color: var(--white);
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-lg);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* ==========================================
   PHASE 4: OPTIMIZATIONS & POLISH
   Performance, Accessibility, Print Styles
   ========================================== */

/* Scroll Progress Indicator */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-primary);
  width: 0%;
  z-index: 9999;
  transition: width 0.1s ease;
}

/* Skip to Main Content (Accessibility) */
.skip-link {
  position: absolute;
  top: -100px;
  left: var(--space-4);
  background: var(--primary-blue);
  color: var(--white);
  padding: var(--space-3) var(--space-6);
  text-decoration: none;
  z-index: 10000;
  border-radius: var(--radius-md);
  font-weight: 600;
  transition: top var(--transition-fast);
}

.skip-link:focus {
  top: var(--space-4);
}

/* Image Loading States */
img:not([src]),
img[src=""] {
  background: linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  min-height: 100px;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Enhanced Focus Indicators (Accessibility) */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--primary-blue);
  outline-offset: 3px;
}

/* Print Styles */
@media print {
  /* Hide non-essential elements */
  .navbar,
  .menubar,
  .menubar2,
  footer,
  .scroll-top,
  .scroll-progress,
  #loader-wrapper,
  .owl-nav,
  .owl-dots,
  .btn {
    display: none !important;
  }
  
  /* Optimize for print */
  * {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
  }
  
  h1, h2, h3 {
    page-break-after: avoid;
    color: black !important;
  }
  
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #666 !important;
  }
  
  .card {
    border: 1px solid #ddd !important;
    page-break-inside: avoid;
  }
}

/* Reduced Motion Support (Accessibility) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .btn-primary,
  .btn-cstm {
    border: 2px solid currentColor;
  }
  
  .card {
    border: 2px solid currentColor;
  }
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
  /* Future dark mode styles can go here */
}

/* Performance: Will-change for animations */
.fade-in-up,
.card:hover,
.btn:hover {
  will-change: transform, opacity;
}

/* Remove will-change after animation */
.fade-in-up.visible {
  will-change: auto;
}


/* ==========================================
   REFERENCE DESIGN IMPLEMENTATION
   Navigation, Service Cards, Loan Sections
   ========================================== */

/* Call Us Button in Navigation */
.btn-call-us {
  background: #2563eb;
  color: white !important;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  margin-left: 1rem;
}

.btn-call-us:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Service Icon Cards - Reference Design */
.service-icon-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f3f4f6;
}

.service-icon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  border-color: #2563eb;
}

.service-icon-wrapper {
  width: 80px;
  height: 80px;
  background: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.service-icon-card:hover .service-icon-wrapper {
  background: #2563eb;
  transform: scale(1.1);
}

.service-icon-wrapper i {
  font-size: 40px;
  color: #2563eb;
  transition: color 0.3s ease;
}

.service-icon-card:hover .service-icon-wrapper i {
  color: white;
}

.service-icon-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-icon-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Loan Detail Sections - Alternating Layout */
.loan-section {
  background: white;
  border-radius: 1.5rem;
  padding: 0;
  margin: 3rem 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.loan-section .row {
  margin: 0;
}

.loan-section .col-md-6 {
  padding: 0;
}

.loan-image-wrapper {
  height: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.loan-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.loan-section:hover .loan-image-wrapper img {
  transform: scale(1.05);
}

.loan-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}

.loan-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.loan-content p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.btn-call-now {
  background: #2563eb;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  width: fit-content;
}

.btn-call-now:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
  color: white;
  text-decoration:none;
}

.btn-call-now i {
  margin-right: 0.5rem;
}



/* ==========================================
   REDESIGN PHASE 1: HEADER & NAVIGATION
   White theme, alignment, and Call Us button
   ========================================== */

/* Header Container - Clean White Look */
.menubar.menubar2 {
  background: var(--white) !important;
  box-shadow: var(--shadow-sm);
  padding: 15px 40px;
}

/* Move Navigation to Right */
.navbar-nav {
  margin-left: auto !important; /* Forces alignment to right */
  align-items: center;
}

/* Navigation Links */
.menubar2 .nav-link {
  color: var(--primary-blue) !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px !important;
  transition: all var(--transition-base);
}

.menubar2 .nav-link:hover,
.menubar2 .nav-link.active {
  color: var(--primary-dark) !important;
  background: rgba(36, 77, 143, 0.05);
  border-radius: var(--radius-sm);
}

/* 'Call Us' Button */
.btn-call-us {
  background: var(--primary-blue) !important;
  color: var(--white) !important;
  border-radius: 50px; /* Pill shape */
  padding: 10px 25px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid var(--primary-blue);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.btn-call-us:hover {
  background: var(--white) !important;
  color: var(--primary-blue) !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-call-us i {
  margin-right: 8px;
}

/* Remove old gradients/backgrounds if any */
.menubar2.gradient-bg {
  background: var(--white) !important;
}

/* ==========================================
   REDESIGN PHASE 2: ABOUT & SERVICES
   ========================================== */

/* About Section Redesign */
.about-modern {
  background-color: #f9fafb; /* Light gray background */
  padding: 80px 0;
}

.about-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

.about-logo-large {
  max-width: 100%;
  max-height: 200px; /* Adjust based on logo aspect ratio */
  object-fit: contain;
}





.about-content p {
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Services Grid Redesign (4 columns) */
.services-section-modern {
  padding: 80px 0;
  background-color: var(--white);
}

.section-header-modern {
  text-align: center;
  margin-bottom: 50px;
}



.service-card-modern {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px 20px;
  text-align: center;
  transition: all var(--transition-base);
  border: 1px solid #eee;
  height: 100%;
  box-shadow: var(--shadow-sm);
}

.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-blue);
}

.service-icon-modern {
  font-size: 3rem;
  color: var(--primary-blue);
  margin-bottom: 20px;
}

.service-title-modern {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary-dark);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-desc-modern {
  color: var(--gray-500);
  font-size: 0.95rem;
  line-height: 1.6;
}


/* ==========================================
   REDESIGN PHASE 3: FEATURES & FOOTER
   Zig-Zag, Testimonials, Partners, Footer
   ========================================== */

/* Zig-Zag Feature Section */
.feature-section-modern {
  padding: 80px 0;
  overflow: hidden;
}

.feature-row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.feature-row:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-image-container {
  flex: 1;
  padding: 20px;
}

.feature-image {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition-base);
}

.feature-row:hover .feature-image {
  transform: scale(1.02);
}

.feature-content {
  flex: 1;
  padding: 40px;
}

.feature-content h3 {
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 2rem;
  margin-bottom: 20px;
}

.feature-content p {
  color: var(--gray-700);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Modern Partners Carousel */
.partners-section-modern {
  padding: 60px 0;
  background-color: var(--white);
  border-top: 1px solid #eee;
}

.partner-logo {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all var(--transition-base);
  max-width: 150px;
  margin: 0 auto;
}

.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* Modern Testimonials */
.testimonials-section-modern {
  padding: 100px 0;
  background-color: #f9fafb;
}

.testimonial-card-modern {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  text-align: center;
  position: relative;
  margin: 15px;
}

.testimonial-stars {
  color: var(--primary-gold);
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.testimonial-text {
  font-style: italic;
  color: var(--gray-700);
  line-height: 1.8;
  margin-bottom: 30px;
}

.testimonial-author {
  font-weight: 700;
  color: var(--primary-blue);
  font-size: 1.1rem;
}

/* Modern Footer */
.footer-modern {
  background-color: #002b5c; /* Deep Royal Blue */
  color: var(--white);
  padding: 80px 0 30px;
  position: relative;
}

.footer-widget h4 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.footer-links ul {
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: all var(--transition-fast);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--white) !important;
  transform: translateX(5px);
}

.footer-contact li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact i {
  margin-right: 15px;
  margin-top: 5px;
  color: var(--primary-gold);
}

.footer-map iframe {
  width: 100%;
  height: 250px;
  border-radius: var(--radius-md);
  border: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

/* ==========================================
   REFINED SERVICES DESIGN (MATCHING REFERENCE)
   ========================================== */

.services-section-modern {
  background-color: #ffffff;
  padding-bottom: 60px;
}

.service-card-modern {
  background: #fff;
  border: none !important; /* No border as per design */
  border-radius: 15px; /* Softer rounded corners */
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); /* Soft premium shadow */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-icon-modern {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: auto;
}

.service-icon-modern img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  /* Optional: filter to blue if images are black/white icons
     filter: invert(24%) sepia(98%) saturate(2424%) hue-rotate(204deg) brightness(89%) contrast(96%);
  */
}

.service-title-modern {
  font-family: 'Poppins', sans-serif; /* Ensure modern font */
  font-weight: 700;
  font-size: 1.1rem;
  color: #000; /* Deep black for contrast */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.service-desc-modern {
  color: #777;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 250px;
  margin: 0 auto;
}


/* ==========================================
   CUSTOM SERVICES SECTION (USER REQUEST)
   ========================================== */

.services-container-custom {
  padding: 5rem 0;
  background-color: var(--white);
}

.service-card-custom {
  background: var(--white);
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.service-card-custom:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-color: var(--primary-blue);
}

.service-icon-custom {
  font-size: 3.5rem;
  color: var(--primary-blue);
  margin-bottom: 25px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-title-custom {
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-desc-custom {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  max-width: 90%;
}

/* ==========================================
   FIX: EQUAL HEIGHT FOR CAROUSEL CARDS
   ========================================== */

/* Make Owl Stage Flex to align items height */
.services-slider .owl-stage {
  display: flex !important;
}

.services-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}

/* Ensure all children grow to fill height */
.services-slider .item {
  width: 100%;
  display: flex;
}

.services-slider .service-card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services-slider .service-card-wrapper a {
  display: flex;
  flex: 1;
  text-decoration: none;
}

.service-card-custom {
  width: 100%;
  height: 100%; /* Ensures it fills the flexible anchor */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Keep content at top */
}

/* Description needs to push content or just sit there */
.service-desc-custom {
  flex-grow: 1; /* Pushes content if needed, though usually not desired for text */
  margin-bottom: 0;
}

/* ==========================================
   CUSTOM FEATURE LAYOUT (GRID + WIDE)
   ========================================== */

.features-container-custom {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

/* Common Card Styles */
.feature-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.02);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Content Styling */
.feature-content-inner {
  padding: 30px;
}

.feature-title {
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #111;
}

.feature-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Compact Card Image */
.feature-card-compact .feature-img-wrapper {
  min-height: 250px;
}

.feature-card-compact .feature-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Wide Card (Full Width) */
.feature-card-wide {
  margin-bottom: 30px; /* Add spacing between stacked wide cards */
}

  .feature-card-wide .feature-img-wrapper {
    /* Mobile: full width, handled by Bootstrap w-100 */
    height: auto;
    min-height: 200px; /* Constrain image height on mobile */
  }

  .feature-card-wide .feature-content-inner {
    /* Mobile: full width, handled by Bootstrap w-100 */
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  /* Desktop: 50/50 split */
  @media (min-width: 992px) {
    .feature-card-wide .feature-img-wrapper {
      width: 50%;
      min-height: 100%;
    }

    .feature-card-wide .feature-content-inner {
      width: 50%;
      padding: 50px;
    }
  }

.feature-card-wide .feature-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Button override for this section */
.btn-feature {
  background-color: #0056b3;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-feature:hover {
  background-color: #004494;
  color: #fff;
}

.btn-feature i, .btn-call-us i {
  color: #ffffff;
}

.btn-feature:hover i, .btn-call-us:hover i {
  color: #0056b3 !important;
}

/* ==========================================
   FIX: LIMIT SERVICE DESC TO 2 LINES
   ========================================== */

.service-desc-custom {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em; /* Fallback for non-webkit */
}

/* ==========================================
   FIX: ENSURE WIDE CARDS HAVE SPACING
   ========================================== */

.feature-card-wide {
  margin-bottom: 30px; /* Add spacing between stacked wide cards */
}

/* ==========================================
   PARTNERS CAROUSEL CUSTOM DESIGN
   ========================================== */

/* The Card Wrapper */
.partner-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px; /* Fixed height for uniformity */
  transition: all 0.3s ease;
}

.partner-card:hover {
  border-color: #ccc;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensure logo fits nicely */
}

/* Custom Navigation Arrows */
#partners-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* Allow clicks pass through transparent container */
}

#partners-carousel .owl-nav button.owl-prev,
#partners-carousel .owl-nav button.owl-next {
  position: absolute;
  background: #f0f0f0 !important;
  color: #333 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  pointer-events: auto; /* Re-enable clicks on buttons */
}

#partners-carousel .owl-nav button.owl-prev:hover,
#partners-carousel .owl-nav button.owl-next:hover {
  background: #0056b3 !important; /* Primary Blue Hover */
  color: #fff !important;
}

#partners-carousel .owl-nav button.owl-prev {
  left: -50px;
}

#partners-carousel .owl-nav button.owl-next {
  right: -50px;
}



/* ==========================================
   TESTIMONIALS MODERN DESIGN
   ========================================== */

.testimonial-card-modern {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Subtle shadow per image */
  text-align: center;
  border: 1px solid #f0f0f0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.testimonial-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.testimonial-card-modern .star-rating {
  color: #ffc107; /* Gold color */
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-card-modern .review-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

/* Custom Navigation for Testimonials (Blue Circles) */
#testimonial-carousel .owl-nav button.owl-prev,
#testimonial-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #333;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#testimonial-carousel .owl-nav button.owl-prev:hover,
#testimonial-carousel .owl-nav button.owl-next:hover {
  background-color: #0056b3; /* Primary Blue */
  color: #fff;
}

#testimonial-carousel .owl-nav button.owl-prev {
  left: -60px;
}

#testimonial-carousel .owl-nav button.owl-next {
  right: -60px;
}

/* Dots Styling */
#testimonial-carousel .owl-dots {
  
  text-align: center;
}

#testimonial-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  transition: all 0.3s ease;
}

#testimonial-carousel .owl-dot.active span {
  background: #0056b3; /* Active Blue */
  transform: scale(1.2);
}

@media (max-width: 992px) {
  #testimonial-carousel .owl-nav {
    display: none; /* Hide arrows on mobile/tablet if tight */
  }
}

/* ==========================================
   ABOUT US PAGE REDESIGN
   ========================================== */

.about-story-logo {
  max-width: 80%;
  height: auto;
}

.core-value-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05); /* Soft shadow */
  border: 1px solid #f0f0f0;
  height: 100%;
  transition: transform 0.3s ease;
}

.core-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.core-value-card .value-icon {
  font-size: 40px;
  color: #0056b3; /* Primary Blue */
  margin-bottom: 20px;
}

/* ==========================================
   CONTACT PAGE MODERN REDESIGN
   ========================================== */

.contact-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
}

.contact-form-card .form-control {
  font-size: 15px;
  background-color: #f8f9fa !important;
  border-radius: 8px;
}

.contact-form-card .form-control:focus {
  background-color: #fff !important;
  border: 1px solid #0056b3;
  box-shadow: none;
}

.info-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: #0056b3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

/* ==========================================
   FIX: CALL US BUTTON HOVER COLORS
   Enforce specific colors for icon and text
   ========================================== */

.btn-call-us {
  /* Ensure base button has correct colors if not set */
  color: #fff !important;
  border: 1px solid #ffffff; /* Optional border */
}

.btn-call-us i {
  color: #fff !important;
}

.btn-call-us:hover {
  background-color: #fff !important;
  color: #0056b3 !important;
  border-color: #fff;
}

.btn-call-us:hover i {
  color: #0056b3 !important;
}

/* ==========================================
   FOOTER RESPONSIVE STYLES
   ========================================== */

.footer-widget h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.footer-contact li i {
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.8;
}

/* Map container - responsive height */
.footer-map {
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .footer-map {
    height: 250px;
  }
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==========================================
   RESPONSIVE SECTION PADDING (STANDARDIZED)
   ========================================== */

/* 
   Standard Padding Scale:
   - Desktop (768px+): 5rem (80px) vertical
   - Mobile (<768px): 3rem (48px) vertical
*/

/* Mobile-first: Reduced padding for small screens */
.section-padding,
.about-modern
.services-container-custom,
.features-container-custom,
.users,
.footer-modern {
  padding: 3rem 0;
}

/* Desktop: Full padding */
@media (min-width: 768px) {
  .section-padding,
  .about-modern,
  .services-container-custom,
  .features-container-custom,
  .users,
  .footer-modern {
    padding: 5rem 0;
  }
}

/* Extra small screens: Even more compact */
@media (max-width: 576px) {
  .section-padding,
  .about-modern,
  .services-container-custom,
  .features-container-custom,
  .users,
  .footer-modern {
    padding: 2.5rem 0;
  }
}

/* ==========================================
   RESPONSIVE TYPOGRAPHY (STANDARDIZED)
   ========================================== */

/*
   Typography Scale:
   - Base: 16px (1rem)
   - Mobile: Slightly reduced for small screens
   - All values in rem for scalability
*/

/* Mobile Typography (< 768px) */
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.1rem; }
  h6 { font-size: 1rem; }
  
  .section-title {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .service-icon-custom {
    font-size: 2.5rem;
    height: 60px;
  }
  
  .service-title-custom {
    font-size: 1rem;
  }
  
  .btn-feature {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}

/* Extra small screens (< 576px) */
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.35rem; }
  h4 { font-size: 1.15rem; }
  h5 { font-size: 1rem; }
  h6 { font-size: 0.95rem; }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .feature-title {
    font-size: 1.15rem;
  }
  
  p {
    font-size: 0.95rem;
  }
}
