/*
Template Name: Customer Care
Author: Puja
Version: 1.0
*/

@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



button, a {
    outline: none !important;
    color: #194B8A;
    text-decoration: none !important;
}

.call-back {
     background: #f65638 !important;
      border-radius: 30px !important;
       color: #fff !important;
    position: fixed;
    right: -77px;
    transform: rotate(90deg);
    top: 50%;
    background: #f65638;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    height: auto;
    margin: auto;
    letter-spacing: 0.5px;
    padding: 8px 40px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    z-index: 1;
}

p {
    /*margin: 0;*/
    color: #5D6063;
    
}
img{
    image-rendering: auto;
}
img {
    max-width: 100%;
    height: auto;
}


.call-section h1
{
   color: #000000;  
   font-family: 'gotham', sans-serif;
}

.call-section h2
{
   color: #000000;  
}

.call-section h3
{
   color: #000000;  
}

.call-section h4
{
   color: #000000;  
}

.call-section h5
{
   color: #000000;  
    white-space: normal;
  word-break: break-word;
}


.call-section h6
{
   color: #000000;  
}

/* Header */
hr{
    color: #194b89;
}
.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    background-color: #ffffff; 
    padding: 40px 20px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.site-header .btn {

    position: relative;
    color: #ffffff;
    background-color:#194b89;
    border: none;
    padding: 10px 15px; /* Unified padding */
    border-radius: 0;
    font-family: 'gotham', sans-serif;
    border-left: 25px solid #2081c0;
    border-right: 8px solid #2081c0;
    transition: background-color 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Center the content inside the button */
    width: auto; /* Adjust width for responsive design */
} 

.site-header .btn::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: #2081c0;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
}

.site-header .btn svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: -20px;
    padding-right: 0;
}
.call-section span {
    font-size:20px;
        color: #0083ca;
}
/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .site-header {
        padding: 0; /* Reduce padding on smaller screens */
        
    }
     .site-header .row .col-auto {
        padding: 20px 10px; /* Reduce padding on smaller screens */
        display:flex;
        
    }

    .site-header .btn {
        width: 100%; /* Button takes full width on smaller screens */
        padding: 10px 15px; /* Adjust padding to maintain aesthetics */
        border-left: 22px solid #2081c0; /* Reduce left border for smaller screens */
        border-right: 8px solid #2081c0; /* Reduce right border for smaller screens */
        justify-content: center; /* Center the content inside the button */
    }

    .site-header .btn::before {
        width: 45px;
        height: 45px;
        left: 10px; /* Adjust position to fit the smaller button */
    }

    .site-header .btn svg {
        width: 20px; /* Reduce icon size for smaller screens */
        height: 20px;
        margin-right: 8px;
        margin-left: -13px;
    }
    .call-section h5
{
   color: #000000;  
    font-size:15px;
}
.call-section span { 
    font-size:15px;
}

}



/* Banner */
/* Banner */
.hero-banner {
    display: flex;
    flex-direction: row;
    align-items: center; 
    background-color: #0083CA; 
    padding: 50px 20px;
    margin-bottom: 20px;
    justify-content: space-between; /* Ensure proper spacing between content */
    flex-wrap: wrap; /* Allow content to wrap on smaller screens */
}
.hero-banner .head {
    display:flex;
      flex: 1 1 50%;
      flex-direction: column;
}

.hero-banner h1 {
    text-align: left;
    color: #ffffff; 
    font-size: 42px;
    font-weight:800;
    margin: 0;
    font-family: 'muli', sans-serif;
}

.hero-banner h1 span {
    color: #194B8A;
        font-family: 'muli', sans-serif;
}

.hero-banner img {
    width: 100%; 
    height: 450px; 
    max-width: 100%; 
    object-fit: contain;
    display: block;
    flex: 1 1 50%; /* Allow image to take up half the space */
}

/* Adjustments for smaller screens */
@media (max-width: 1024px) {
    .hero-banner {
        padding: 40px 15px; /* Reduce padding on medium screens */
    }

    .hero-banner h1 {
        font-size: 70px; /* Reduce heading size on medium screens */
    }

    .hero-banner img {
        height: 350px; /* Reduce image height on medium screens */
    }
}

@media (max-width: 768px) {
    .hero-banner {
        flex-direction: column; /* Stack content vertically on small screens */
        padding: 30px 10px; /* Further reduce padding on small screens */
        text-align: center; /* Center-align text on small screens */
    }

    .hero-banner h1 {
        font-size: 50px; /* Reduce heading size on small screens */
        text-align: center; /* Center heading text */ /* Add margin for better spacing */
        flex: none; /* Allow heading to take full width */
        
    }

    .hero-banner img {
        height: 250px; /* Further reduce image height on small screens */
        flex: none; /* Allow image to take full width */
        max-width: 100%;
    }
    .hero-banner .head {
    flex-direction: row;
    justify-content: center;
    column-gap: 8px;
}
}

@media (max-width: 480px) {
    .hero-banner {
        padding: 20px 10px; /* Minimal padding for very small screens */
    }

    .hero-banner h1 {
        font-size: 35px; /* Further reduce heading size on very small screens */
    }

    .hero-banner img {
        height: 200px; /* Reduce image height for very small screens */
    }
}


/* Base Styles */
.nav-pills .nav-link {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    margin-bottom: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    background-color: #194b89;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px; /* Adjusts space for the triangle */
}

.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 12px solid #ffffff;
}

.nav-pills .nav-link svg {
    width: 24px;
    height: 100%;
    margin-right: 15px;
}

/* Active tab styling */
.nav-pills .nav-link.active {
    background-color: #E1F7FF; 
    color: #000; 
} 

/* Hover effect */
.nav-pills .nav-link:hover {
    background-color: #E1F7FF;
    color: #000;
}

/* Tab content styling */
.tab-content .tab-pane {
    padding: 20px;
    background-color: #E1F7FF;
    border-radius: 8px;
    position: relative;
    padding: 20px 50px;
}

/*.tab-content .tab-pane::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #E1F7FF;
}*/

.call-section h3 {
    font-size: 26px;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 193 193'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23f6921e%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M0,96.5c0,53.3,43.2,96.5,96.49,96.5s96.51-43.2,96.51-96.5S149.79,0,96.49,0,0,43.21,0,96.5Z'/%3E%3Cpath class='cls-1' d='M49.15,69.76h16.88l30.21,39.41,30.2-39.41h17.39l-39.66,53.48h-15.34l-39.69-53.48Z'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    font-size:12px;
    padding: 15px 10px;
    border-radius: 10px;
    height:43px;
    padding-right: 2.5rem;
}

.locator .result-box {
    width: 95%;
    /*background-color: #194b89;*/
    color: #ffff;
    padding: 10px;
    position: relative;
}

.locator .result-box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -18px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 0px solid transparent;
    /*border-bottom: 12px solid #194b89;*/
}

.locator .result-box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 14px solid transparent;
    /*border-bottom: 12px solid #e1f7ff;*/
}

.locator .result {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.locator .result svg {
    width: 5%;
    height: 27px;
    padding-left: 10px;
}

.locator .result-line {
    width: 100%;
    position: relative;
    opacity: 1;
    height: 1px;
    background: #194b89;
    margin-bottom: 9px;
}

.locator .result-line::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 16px;
    height: 17px;
    border-radius: 2px;
    background-color: #e1f7ff;
    border-bottom: 1px solid #194b89;
    border-left: 1px solid #194b89;
    transform: rotate(314deg);
}

.write-to-us {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
}

.write-to-us .form-layout {
    padding: 10px;
    margin: 0 auto;
    gap: 15px;
}

.write-to-us .form-group {
    margin-bottom: 20px;
}

.write-to-us .form-control {
    border-radius: 0;
    border-color: #5D6063;
}

.write-to-us .form-group label {
    font-size: 16px;
}

.write-to-us .form-group .form-checks {
    width: 50%;
}

.write-to-us .form-group .form-checks label {
    font-size: 14px;
}

.write-to-us .form-group .form-checks svg {
    width: 70px;
    height: 70px;
    background: #194b89;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}



.write-to-us .form-group .form-checks .form-checks-input {
    float: unset;
    margin-left: 0;
}

.write-to-us .form-group .btn {
    border-radius: 4px;
    background-color: #194B8A;
    color: #fff;
    padding: 6px 30px;
    position: relative;
}

.write-to-us .form-group .btn::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #ffffff;
}

/* Profile Card */
.profile-card {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: auto;
    background-color: #ffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.profile-card svg {
    width: 50px;
    height: 50px;
}

.vertical-line {
    width: 1px;
    height: 65px;
    background-color: #194B8A;
    margin: 0 20px;
}

.profile-info {
    display: flex;
    flex-direction: column;
}

.profile-name {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    color: #194b89;
}

.profile-occupation {
    font-size: 20px;
    color: #0083ca;
}

/* Icon List */
.icon-list-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.icon-list {
    width: 100%;
}

.icon-list-item {
    position: relative;
    display: inline-flex;
    min-width: 450px;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #0d6efd;
    border-radius: 8px;
    overflow: hidden;
}
.nach-service p {
  width: 420px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  background-color: #106df6;
}

.nach-service p a {
  display: block; /* makes the whole line clickable */
  color: inherit; /* use white text */
  text-decoration: none;
}

.icon-list-item::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -31px;
    right: 0;
    bottom: 0;
    width: 99px;
    height: 100%;
    background: #194b89;
    transform: rotate(303deg);
}

.icon-list-item svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    z-index: 2;
}

.icon-list-text {
    flex-grow: 1;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
}

/* Accordion */

.accordion
{
max-height: 475px;
overflow-y: auto;
padding: 15px;
background-color: #fff;
}

.accordion-item {
    border: 0;
    padding-bottom: 15px;
}

.accordion-collapse {
    padding: 30px;
    padding-right: 0;
}

.accordion-button {
    background-color: #194b89 !important;
    color: #fff !important;
    padding-left: 50px;
}

.accordion-body {
    font-size: 16px;
    background-color: #e1f7ff;
}
.accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url('../img/hide.svg');
}
.accordion-button::after{
    content: '';
    background-image: url('../img/show.svg');
}
@media (min-width: 768px) and (max-width: 992px) { 
 .nach-head .icon-list-item .icon-list-item  {
        min-width:100%;
        width:100%;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* Adjust padding and font sizes for smaller screens */
    .nav-pills .nav-link {
        height: 50px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .icon-list-item {
        min-height:70px;
        
    }
    .write-to-us {
        padding:20px 10px;
    }
    .tab-content .tab-pane {
        padding: 15px;
    }
    .locator .form-select {
        margin-bottom:10px;
    }
    .write-to-us .form-group {
    flex-direction: column;
    margin-bottom:10px;
}
 .write-to-us .form-group .col-8, .write-to-us .form-group .col-4 {

     width:100%;
 }
    
    .call-section h3 {
        font-size: 18px;
    }
    
    .locator .result-box {
        width: 100%;
        padding: 8px;
    }
    
    .write-to-us .form-layout {
        padding: 5px;
        gap: 10px;
    }
    
    .profile-card {
        padding: 10px 20px;
    }
    
    .icon-list-item {
        min-width: 100%;
        padding: 10px;
    }
    
    .accordion-button {
        padding-left: 20px;
    }
    
    .accordion-collapse {
        padding: 20px;
    }
    .accordion-header{
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    /* Additional adjustments for very small screens */
    .nav-pills .nav-link {
        height: 45px;
        font-size: 10px;
    }
    
    .profile-card {
        padding: 8px 15px;
    }
    
    .profile-name, 
    .profile-occupation {
        font-size: 16px;
    }
    .icon-list-text {
        padding-left:50px;
        font-size:15px;
}
    
    .icon-list-item {
        /*flex-direction: column;*/
        padding: 8px;
        min-height:70px;
    }
    
    .icon-list-item svg {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .accordion-button {
        padding-left: 10px;
        font-size: 10px;
    }
    
    .accordion-collapse {
        padding: 15px;
    }
    .accordion-body {
        font-size: 10px;
        padding:15px 10px;
    }
    .call-section h5 {
        font-size:14px;
    }
    .g-recaptcha iframe { 
       scale: 0.8;
    width: 100%;
    margin-left: -26px;
    }
   .nach-service p{
    width: 100%;
    max-width: none;      /* remove cap so it fills screen */
  }

  .nach-service p {
    font-size: 12px;      /* smaller text for mobile */
    padding: 8px;
  }
}

.shop-banner-marquee {
  width: 100%;
  height: 320px;          /* ⬅️ increase this */
  overflow: hidden;
  display: flex;
  align-items: center;    /* vertical centering */

 
}

.shop-banner-marquee marquee {
  width: 100%;
  height:100%;
   display: flex;
 align-items: center
}

.shop-banner-img {
  height:100%;     /* ⬅️ actual image height */
  width: auto;
  margin-right: 30px;
  object-fit: cover;
}

