/*global variable*/

   :root {
    --s-primary: #e60023;
    /*--s-primary: #FFE59A;*/
    --s-primary-dark: #D51E0B;
    --s-secondary: #3749bb;
    --s-tertiary: #838383;
    --s-hf-bg: #081621;
    --s-b-bg: #f2f4f8;
    --s-m-bg: #6E2594;
    --s-s-bg: rgba(55, 73, 187, .05);
    --s-f-c1: #666666;
    --s-f-c2: #fff;
}
:root {
    --brand-dark: #1a4b3d;      /* Deep Green: Header BG, Footer BG, Main Headings */
    --brand-light: #f5f2f0;     /* Soft Off-White: Body BG, Text/Icons on Dark BG */
    --cta-focus: #EF4A23;       /* Vibrant Red-Orange: Primary CTA Button Focus */
    --text-dark: #333333;       /* Dark Gray: General Body Text */
    --price-discount: #e60023;  /* Red: Discount Price Color */
    --link-color: #007bff;      /* Medium Blue: General Links */
}


a{
    text-decoration: none !important;
}
.w-100{
    width:100% !important;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: "Trebuchet MS", sans-serif;
    line-height: 1.15;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

body {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: var(--brand-dark);
}

a:hover {
    text-decoration: underline;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
/* Responsive Breakpoints (Example) */
@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

[class^="col-"], [class*=" col-"] {
    margin: 0;
    padding: 0;
}
.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background: var(--s-b-bg);
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.p-15 {
    padding: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
input, select, textarea {
    font-size: 15px;
    height: 42px;
    padding: 5px 15px;
    background: #fff;
    outline: none;
    width: 100%;
    font-family: "Trebuchet MS", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.btn {
    background: var(--brand-dark);
    border: 2px solid var(--brand-dark);
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    outline: none;
    text-align: center;
    transition: all 300ms linear; 
}

.btn:hover {
    box-shadow: 0 50px rgb(26 75 61) inset; 
    color: #fff;
    text-decoration: none;
}

.st-outline {
    background: none;
    color: var(--brand-dark); 
}

.st-outline:hover {
    background: var(--brand-dark); 
    color: #fff;
    text-decoration: none;
}

/* ==========header section start==== */

header {

    font-size: 15px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: var(--brand-dark);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;

}
header .top {
    padding: 15px 0;
}
  
header .top .container {
    display: flex;
}

.ht-item {
    flex: 1 1 auto;
    margin-top: 0px;
}

.ht-item.logo {
    flex: 0 0 200px;
}


.ht-item.logo img {
    height: auto;
    width: auto;
    display: inline-block;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
@media (min-width: 1280px) {
    #lc-toggle, #column-left .lc-close, .h-desk {
        display: none !important;
    }
    
}
@media (max-width: 480px){
    .ht-item.logo img {
        margin-top: 0px;
    }
    .ht-item.logo .brand {
            width: 35%;
            display: block;
        }
   }
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.material-icons {
    height: 24px;
    width: 24px;
}
.search {
    padding: 5px 0;
    position: relative;
}
header .search input {
    border: none;
    padding: 0 40px 0 20px;
    font-weight: normal;
    border-radius: 4px;
    margin-bottom: 0;
    margin-left:2%;
}
.dropdown-menu {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    margin-top: 0px;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 0 0 #fff;
    width: 100%;
}
.dropdown-menu .search-details {
    display: flex;
    flex-direction: column;
}

.nav {
    display: flex;
    flex: 0 0 50px;
    align-content: center;
}
.nav-tabs {
    background: rgba(55, 73, 187, 0.05);
    padding: 0 20px 10px;
}
.nav li {
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0 15px;
    margin: 10px 5px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nav li.active {
    background: var(--brand-light);
    color: #fff;
    box-shadow: none;
}
.dropdown-menu .search-results {
    padding: 10px;
    height: 450px;
    overflow: auto;
}
.search button {
    position: absolute;
    right: 7px;
    top: 15px;
    border: none;
    background: none;
}

.home-description a {
    font-weight: 600;
}
/*----------------------slider section start------------------*/

.swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets{
    position: relative;
    bottom: 0px;
}

span.swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 0;
    background:red;
}
.swiper-pagination-bullet-active {
     background-color: var(--brand-dark) !important;
}

/*---------------------slider section end-------------------*/

        footer {
            background: var(--brand-dark);
            padding: 50px 0 0;
            position: relative;
            margin-top:0;
        }
        footer h4 {
            color: var(--brand-light);
            margin-bottom: 30px;
            font-size: 14px;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 4px;
            line-height: 20px;
        }

        .footer-block h4 {
            font-size: 18px;
            margin-bottom: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        /* Buttons */
        .footer-btn {
            display: flex;
            align-items: center;
            gap: 15px;
            border: 1px solid #21364b;
            border-radius: 40px;
            padding: 15px 25px;
            text-decoration: none;
            color: #fff;
            margin-bottom: 18px;
            transition: 0.3s;
        }

        .footer-btn:hover {
            border: 1px solid #ef4a23;
        }

        .footer-btn .icon i {
            font-size: 28px;
            color: #fff;
            padding-right: 10px;
            border-right: 1px solid #21364b;
        }

        .footer-btn p {
            margin: 0;
            font-size: 14px;
            opacity: 0.8;
        }

        .footer-btn h5 {
            margin: 0;
            font-size: 18px;
            color: var(--brand-light);
        }

        /* About Links */
        .custom-about ul li{
            list-style-type:none;
        }
        .custom-about a {
            color: var(--brand-light);
            text-decoration: none;
            transition: 0.2s;
            font-size: 14px;
            line-height: 3;
        }

        .custom-about a:hover {
            color: #ff4d00;
        }

        /* Stay Connected */
        .custom-connected p {
            line-height: 1.6;
            color: var(--brand-light);
            font-size: 14px;
        }

        .custom-connected a {
            color: var(--brand-light);
            text-decoration: none;
        }

        .custom-connected a:hover {
            text-decoration: underline;
        }

        /* Mobile Responsive Fix */
        @media (max-width: 480px) {
            .footer-btn {
                padding: 12px 18px;
                border-radius: 30px;
            }

            .footer-btn .icon i {
                font-size: 24px;
            }
            .custom-about ul li {
                list-style-type: none;
                margin-bottom: 25px;
            }
            .custom-about a {
               line-height: 0;
            }
        }


        /* ==================== Social Footer ==================== */
        .social-footer {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--brand-light);
            padding: 25px 0 15px 0;
            font-family: Arial, sans-serif;
        }

        .social-footer .app-links {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 15px;
        }

        .social-footer .app-link-text {
            margin-right: 15px;
            font-size: 14px;
        }

        .social-footer .app-link-items a {
            display: inline-flex;
            align-items: center;
            margin-right: 10px;
            padding: 6px 12px;
            border: 1px solid #fff;
            border-radius: 6px;
            text-decoration: none;
            color: #fff;
            transition: 0.3s;
            font-size: 14px;
        }

        .social-footer .app-link-items a:hover {
            background: #ff4d00;
            border-color: #ff4d00;
            color: #fff;
        }

        

        /* Social Icons */
        .social-footer .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            margin-left: 10px;
            color:var(--brand-dark);
            background: var(--brand-light);
            border-radius: 50%;
            transition: 0.3s;
            text-decoration: none;
            border:1px solid var(--brand-dark);
        }

        .social-footer .social-links a:hover {
            background: var(--brand-dark);
            color:var(--brand-light);
            border:1px solid var(--brand-light);
        }
        
        .social-links i.fab {
            font-size: 20px;
        }
        
        .store-btn {
            display: flex;
            align-items: center;
            padding: 6px 16px;
            border: 1px solid #ffffff50;
            border-radius: 8px;
            text-decoration: none;
            color: var(--brand-dark);
            background: var(--brand-light); /* dark navy background */
            transition: 0.3s;
            margin-left:5px;
        }

.store-btn:hover {
    border-color: var(--brand-light);
    background: var(--brand-dark);
}

.store-icon {
    font-size: 26px;
    margin-right: 8px;
}

.store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.store-text .download {
    font-size: 10px;
    opacity: 0.8;
}

.store-text .store-name {
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 767px) {
              .store-btn {
                margin-top: 12px;
            }   
            div#common-home {
                margin-top: 70px;
            }
            .navbar {
                min-height: 20px;
            }
            
        }
        
        
        /* ==================== Sub Footer ==================== */
        .sub-footer {
            background: var(--brand-dark);
            color: var(--brand-light);
            padding: 10px 0;
            font-size: 13px;
            font-family: Arial, sans-serif;
        }
        .sub-footer p {
            margin: 0;
            text-align:right;
        }
        .sub-footer .copy{
            text-align:left;
        }

        @media (max-width: 767px) {
            .footer-block h4 {
                text-align: center;
            }
            .social-footer .app-links {
                flex-direction: column;
                align-items: center;
                width:100%;
            }

            .social-footer .app-link-items {
                margin-top: 8px;
            }
            .sub-footer{
                margin-bottom:60px;
            }
            .sub-footer .powered-by {
                text-align: left;
                margin-top: 5px;
            }
            .footer-block.custom-connected {
                text-align: center;
            }
            .col-md-3.social-links.text-md-end.mt-2.mt-md-0 {
                text-align: center;
            }
            .sub-footer .copy {
                text-align: center;
            }
            .sub-footer p {
            text-align: center;
        }
        
        .footer-block.custom-about {
            text-align: center;
        }
        .custom-footer .col-md-3, .custom-footer .col-md-6 {
            width: 100%;
        }
        .col-md-4.col-4.mb-4 {
            padding: 0px;
        }
        .about-us-info {
            justify-content:center;
            gap:10px;
        }
        }
        
/*================footer styke end===============*/

/*==============Marque style start==============*/

.sliding_text_wrap {
    background-color: #fff;
    border-radius: 25px;
    margin: 46px auto;
    padding: 8px 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.sliding_text_wrap marquee {
    color: #333;
    font-size: 15px;
}
/*================Marque style end==========*/

/*============= Feature Cards ============*/

    .r-lnk-wrap {
      /* max-width: 1100px; */
      margin: 0 auto 0px auto;
    }

    .r-lnk-wrap>div:first-child {
      padding-left: 0 !important;
    }

    .r-lnk-wrap>div:last-child {
      padding-right: 0 !important;
    }

    .c-card {
      display: flex;
      align-items: center;
      gap: 15px;
      background: #fff;
      border-radius: 8px;
      text-decoration: none;
      padding: 15px 20px;
      transition: all 0.3s ease;
      border: 1px solid #e5e7eb;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    }

    .c-card:hover {
      transform: translateY(-4px);
      border-color: var(--brand-dark);
      box-shadow: 0 6px 15px #e7ffe7;
      list-style-type:none;
    }

    .c-card .ic {
      background-color: var(--brand-dark);
      color: #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    .c-card .blurb {
      font-weight: 400;
      font-size: 16px;
      color: #111827;
      display: block;
    }

    .c-card p {
      color: #4b5563;
      font-size: 14px;
      margin: 0;
    }

    @media (max-width: 991px) {
     .w-50{
            width:50% !important;
        }
      .c-card .blurb{
        text-align:left;
          
      }
      .c-card p {
          display:none;
    }
    
    .c-card .ic {
         width: 40px;
         height:35px;
    }
    .c-card .blurb {
        font-size: 14px;
    }
    .r-lnk-wrap > div:nth-child(2) {
        padding-right: 0 !important;
    }
    .r-lnk-wrap > div:nth-child(3) {
        padding-left: 0 !important;
    }
    }

    @media (max-width: 575px) {
      .c-card {
            /* flex-direction: column; */
            text-align: center;
            padding: 10px 8px 10px 8px;    
            gap: 5px;
            
        }
      .material-icons{
          font-size:24px;
      }
      .r-lnk-wrap .col-6.col-sm-4.col-md-3.w-50 {
        margin: 0;
        padding: 4px;
        width:50%;
    }
    }
/*============= Feature Cards End ============*/