  #gt_float_wrapper{
        top: 10px !important;
        right: 385px !important;
    }
    .page-content .page-title {
        display: flex;
        justify-content: space-between;
        margin-top: 10px !important;
    }
    .gt_float_switcher img {
        width: 25px !important;
        height: 25px !important;
    } 
    .gt_float_switcher {
        background: transparent;
    }
    .gt_float_switcher .gt-selected{
        background: #ffffff;
        border: 1px solid #4a89dc6b;
        border-radius: 5px;
    }
    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 3px 6px  !important;
    }
	.gt_float_switcher .gt_options a:hover {
    background: #ffffff;
    color: #000;
}
    .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        position: relative;
        top: -1px;
        color: #000 !important;
        font-size: 12px ! IMPORTANT;
    }
    .gt_float_switcher .gt_options a {
        color: #000000 !important;
        font-size: 15px !important;
    }
    .gt_float_switcher .gt_options {
        background: #ffffff;
    }
    .gt_float_switcher .gt_options a {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }

    
     @media (max-width:1199px){
        #gt_float_wrapper {
            top: 10px !important;
        }
        .page-content .page-title {
            margin: 0px 20px 20px;
            margin-top: 4px !important;
        }
    }
    
    @media (max-width:576px){
        .gt_float_switcher .gt-selected .gt-current-lang {
            padding: 1px 4px !important;
        }
        .gt_float_switcher .gt-selected {
            background: #ffffff !important;
        }
        #gt_float_wrapper {
            top: 13px !important;
            right: 10px !important;
        }
        .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
            top: 0px;
            font-size: 12px ! IMPORTANT;
        }
        .gt_float_switcher img {
            width: 20px !important;
            height: 20px;
        }
        .page-content .page-title {
           padding: 0px;
            margin: 10px 0px 10px 10px !important; 
        }
        .page-content .page-title .service21-icon{
            max-width: 115px;
        }
        
    
        
    }

/* Modal Content Styling */
.video-modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Video Container */
.video-container {
  position: relative;
  background: #000;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

/* Red Close Button Over Video */
.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff4b4b;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-close-btn:hover {
  background-color: #e60000;
}

/* Text Content */
.modal-text {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.modal-text h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.modal-text p {
  font-size: 14px;
  color: #666;
}

.modal-text .btn {
  margin-top: 15px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
}

.modal-text .btn-success {
  background-color: #28a745;
  border: none;
}

.modal-text .btn-success:hover {
  background-color: #218838;
}

/* Custom class 'sik' to style the button */
.sik {
  display: inline-block;
  font-weight: 600;
  padding: 5px 10px; /* Adjusted for small button size */
  font-size: 14px; /* Adjusted for small button size */
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  color: white;
  border-radius: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.sik:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  text-decoration: none;
}

/* Focus effect */
.sik:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, 0.5);
}

/* Active state */
.sik:active {
  background-color: #0a58ca;
  border-color: #084298;
}

/* Disabled state */
.sik:disabled {
  background-color: #c0c0c0;
  border-color: #b8b8b8;
  color: #6c757d;
  cursor: not-allowed;
}
 .trade-info {
        color: blue;
        font-size: 10px;
        display: block;
        text-align: center;
        font-weight: bold;
    }
	    .trade-info2 {
        color: #dc143c;
        font-size: 10px;
        display: block;
        text-align: center;
        font-weight: bold;
    }
	/* Add border color to input */
.custom-border {
  border: 1px solid #0d6efd; /* Blue border color */
  border-radius: 5px;       /* Optional: Rounded corners */
  padding: 10px;            /* Optional: Adjust padding */
  font-size: 16px;          /* Optional: Adjust font size */
  margin-top: 2px;          /* 2px margin on top */
  margin-bottom: 2px;       /* 2px margin on bottom */
  text-align: center;       /* Centers placeholder text */
  transition: border-color 0.3s ease; /* Smooth transition effect */
}

/* Change border color on focus */
.custom-border:focus {
  outline: none;           /* Remove default outline */
  border-color: #6610f2;   /* Purple border color on focus */
  box-shadow: 0 0 4px #6610f2; /* Add shadow effect on focus */
}
.footer-nav-area {
    position: fixed !important;
    z-index: 1000 !important;
    width: 630px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
    -webkit-box-shadow: 0px 0px 0.5rem 0px rgba(15, 15, 15, 0.15) !important;
    box-shadow: 0px 0px 0.5rem 0px rgba(15, 15, 15, 0.15) !important;
    background-color: #ffffff !important;
    border-radius: 15px 15px 0 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .footer-nav-area {
        width: 100% !important; /* Adjust width to fit the screen on smaller devices */
        left: 0 !important; /* Align to the left edge of the screen */
        transform: none !important; /* Remove transform for better alignment */
        border-radius: 10px 10px 0 0 !important; /* Slightly smaller corner rounding for mobile */
    }
}
#page, .header-area{
max-width:630px;
margin:0 auto;
border-radius: 0 0 15px 15px  !important;
}
/* Updated style for .product-card button */
.product-card .btn {
    position: absolute;
   
    width: auto; /* Allow flexible button width */
    height: auto; /* Flexible height for larger text */
    left: 50%; /* Center horizontally */
    bottom: 1rem; /* Adjust vertical position */
    transform: translateX(-50%); /* Center alignment correction */
    z-index: 99;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; /* Slightly rounded corners */
}




/* General button styles */
.btn {
    font-size: 16px; /* Slightly larger font for better readability */
    font-weight: bold; /* Enhanced emphasis */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Added subtle shadow for depth */
}

 .modal-content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }

 .btn-close-custom {
      position: absolute;
      top: 10px;
      right: 15px;
      background-color: #e50914; /* Red background color */
      border: none;
      color: white;
      font-size: 1.2rem;
      width: 40px;
      height: 40px;
      border-radius: 8px; /* Rounded edges */
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    /* Spinner Effect on Hover */
    .btn-close-custom:hover {
      transform: rotate(360deg);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Centered 'X' with better styling */
    .btn-close-custom::before {
      content: '×';
      font-size: 1.5rem;
      font-weight: bold;
      display: block;
      line-height: 1;
    }

  .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .form-label {
    font-weight: bold;
    font-size: 0.9rem;
  }

  #calculate {
    background-color: #0d6efd;
    border: none;
    font-weight: bold;
    font-size: 0.9rem;
  }

  #calculate:hover {
    background-color: #0b5ed7;
  }
 .custom-alert {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        border-radius: 8px;
        background: linear-gradient(to right, #4CAF50, #81C784);
        color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-family: 'Arial', sans-serif;
        animation: fadeIn 0.5s ease-in-out;
        position: relative;
    }

    .custom-alert .icon {
        font-size: 24px;
        margin-right: 15px;
    }
    .custom-alert.warning {
        background: linear-gradient(to right, #FFC107, #FFD54F);
    }
    .custom-alert .alert-text {
        flex-grow: 1;
    }

    .custom-alert .alert-title {
        font-weight: bold;
        font-size: 18px;
    }

    .custom-alert .close {
        background: none;
        border: none;
        font-size: 20px;
        color: white;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .custom-alert .close:hover {
        transform: scale(1.2);
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
	   .custom-alert {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        border-radius: 8px;
        color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-family: 'Arial', sans-serif;
        animation: fadeIn 0.5s ease-in-out;
        position: relative;
    }

    .custom-alert.success {
        background: linear-gradient(to right, #4CAF50, #81C784);
    }

    .custom-alert.warning {
        background: linear-gradient(to right, #FFC107, #FFD54F);
    }

    .custom-alert .icon {
        font-size: 24px;
        margin-right: 15px;
    }

    .custom-alert .alert-text {
        flex-grow: 1;
    }

    .custom-alert .alert-title {
        font-weight: bold;
        font-size: 18px;
    }

    .custom-alert .close {
        background: none;
        border: none;
        font-size: 20px;
        color: white;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .custom-alert .close:hover {
        transform: scale(1.2);
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
	/* Base styles for the warning box */
.warning-box {
    position: relative;
    padding: 15px 25px;
    background: linear-gradient(135deg, #F44336, #D32F2F); /* Red gradient */
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 20px auto;
    max-width: 630px; /* Set max width */
    width: 100%; /* Allow flexible width */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

/* Style for warning text */
.warning-box .alert-text {
    flex-grow: 1;
    margin-right: 10px;
}

/* Style for the button */
.btn66 {
    background-color: #3f51b547;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn66:hover {
    background-color: #f5a623;
}

/* Style for the close icon */
.close-icon {
    font-size: 18px;
    cursor: pointer;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 2px 6px;
    transition: background 0.3s, transform 0.2s;
    margin-left: 10px; /* Add space between the button and close icon */
}

.close-icon:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

/* Ensure button and close icon stay on the same row */
.warning-box > * {
    display: inline-block;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .warning-box {
        font-size: 14px;
        padding: 12px 20px;
    }

    .warning-box .alert-text {
        font-size: 13px;
    }

    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .close-icon {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .warning-box {
        font-size: 12px;
        padding: 10px 15px;
    }

    .warning-box .alert-text {
        font-size: 12px;
    }

    .btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .close-icon {
        font-size: 14px;
    }
}
/* Base styles for the alert box */
.alert-box {
    position: relative;
    padding: 15px 25px;
        padding: 15px 25px;
    background: linear-gradient(135deg, #4CAF50, #03A9F4);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 20px auto;
    max-width: 630px; /* Set max width */
    width: 100%; /* Allow flexible width */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}
.alert-box {
    position: relative;
    padding: 15px 25px;
        padding: 15px 25px;
    background: linear-gradient(135deg, #4CAF50, #03A9F4);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 20px auto;
    max-width: 630px; /* Set max width */
    width: 100%; /* Allow flexible width */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

/* Style for alert text */
.alert-box .alert-text {
    flex-grow: 1;
    margin-right: 10px;
}

/* Style for the button */
.btn66 {
    background-color: #3f51b547;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn66:hover {
    background-color: #f5a623;
}

/* Style for the close icon */
.close-icon {
    font-size: 18px;
    cursor: pointer;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 2px 6px;
    transition: background 0.3s, transform 0.2s;
    margin-left: 10px; /* Add space between the button and close icon */
}

.close-icon:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

/* Ensure button and close icon stay on the same row */
.alert-box > * {
    display: inline-block;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .alert-box {
        font-size: 14px;
        padding: 12px 20px;
    }

    .alert-box .alert-text {
        font-size: 13px;
    }

    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .close-icon {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .alert-box {
        font-size: 12px;
        padding: 10px 15px;
    }

    .alert-box .alert-text {
        font-size: 12px;
    }

    .btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .close-icon {
        font-size: 14px;
    }
}
/* Base styles for the alert box */
.alert-box {
    position: relative;
    padding: 15px 25px;
        padding: 15px 25px;
    background: linear-gradient(135deg, #4CAF50, #03A9F4);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 20px auto;
    max-width: 630px; /* Set max width */
    width: 100%; /* Allow flexible width */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}
.alert-box {
    position: relative;
    padding: 15px 25px;
        padding: 15px 25px;
    background: linear-gradient(135deg, #4CAF50, #03A9F4);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 20px auto;
    max-width: 630px; /* Set max width */
    width: 100%; /* Allow flexible width */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

/* Style for alert text */
.alert-box .alert-text {
    flex-grow: 1;
    margin-right: 10px;
}

/* Style for the button */
.btn66 {
    background-color: #3f51b547;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn66:hover {
    background-color: #f5a623;
}

/* Style for the close icon */
.close-icon {
    font-size: 18px;
    cursor: pointer;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 2px 6px;
    transition: background 0.3s, transform 0.2s;
    margin-left: 10px; /* Add space between the button and close icon */
}

.close-icon:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

/* Ensure button and close icon stay on the same row */
.alert-box > * {
    display: inline-block;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .alert-box {
        font-size: 14px;
        padding: 12px 20px;
    }

    .alert-box .alert-text {
        font-size: 13px;
    }

    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .close-icon {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .alert-box {
        font-size: 12px;
        padding: 10px 15px;
    }

    .alert-box .alert-text {
        font-size: 12px;
    }

    .btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .close-icon {
        font-size: 14px;
    }
}