/*header wrapper*/
.header-wrapper {
  width: 100%;
  color: #000000;
  box-sizing: border-box;
}
.header-wrapper::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-wrapper > * {
  position: relative;
  z-index: 2;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .header-wrapper {
    padding: 40px 15px;
  }
}

.custom-wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 40px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-wrapper {
    padding: 0px;
  }
}
.header-wrapper{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .header-wrapper {
    padding: 10px 5px;
  }
}
.slider-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .slider-wrapper {
    padding: 0px;
  }
}
.padding-top{
    padding-top: 80px;
}
.product-padding{
    padding-top: 80px;
}
/* Custom Form Field Start ------*/

.form-control-custom {
    background-color: #f3f4f6;
    border: 1px solid #dee2e6;
    font-size: 12px;
    padding: 0.75rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
}

.form-control-custom:focus {
    background-color: #f3f4f6;
    border: 1px solid #0d6efd;
    box-shadow: 0 0 0 0.3rem rgba(59, 130, 246, 0.25);
    transition: all 0.3s ease;
}

.btn-custom {
    background-color: #1158e7;
    border: none;
    padding: 0.75rem;
    font-weight: 500;
    border-radius: 5px;
}

.btn-custom:hover {
    background-color: #0284c7;
}

/*---Call To Action Button---*/

    .side-buttons {
      position: fixed;
      top: 85%;
      left: 10px; /* Thoda space left se */
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1050;
    }

    .side-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      background-color: #0d6efd;
      color: white;
      text-decoration: none;
      border-radius: 50%; /* Full circle */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      font-size: 28px;
      transition: background-color 0.3s, transform 0.2s;
    }

    .side-buttons a:hover {
      transform: scale(1.1);
      text-decoration: none;
    }

    .whatsapp-btn {
      background-color: #25D366;
    }

    .whatsapp-btn:hover {
      background-color: #1ebe5d;
    }

    .phone-btn {
      background-color: #fcaf17;
    }

    .phone-btn:hover {
      background-color: #fcaf17;
    }

    /*-- Job Apply --*/
    .drop-area {
        border: 2px dashed #6c757d;
        padding: 2rem;
        border-radius: 0.5rem;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
        color: #6c757d;
    }

    .drop-area.dragover {
        background-color: #f8f9fa;
    }

    .drop-area input[type="file"] {
        display: none;
    }

    /* Website Slider */
        .hero-slider {
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1e3a8a 100%);
            position: relative;
        }

        .hero-slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #1158e7;
            z-index: 1;
        }

        .carousel-item {
            position: relative;
            z-index: 2;
        }

        .slide-content {
            padding: 60px 40px;
            display: flex;
            align-items: center;
        }

        .tagline {
            color: #06b6d4;
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            color: white;
            margin-bottom: 2rem;
        }

        .hero-description {
            font-size: 1.125rem;
            color: #bfdbfe;
            line-height: 1.7;
            margin-bottom: 3rem;
        }

        .cta-form {
            max-width: 500px;
        }

        .form-control {
            height: 50px;
            border: none;
            border-radius: 8px 0 0 8px;
            font-size: 1rem;
            border-right: none;
        }

        .btn-proposal {
            height: 50px;
            background: #2563eb;
            border: none;
            border-radius: 0 8px 8px 0;
            font-weight: 600;
            font-size: 1rem;
            padding: 0 2rem;
            transition: all 0.3s ease;
            color: white;
        }

        .btn-proposal:hover {
            background: #1d4ed8;
            color: white;
            transform: translateY(-2px);
        }

        .flow-diagram {
            position: relative;
            padding: 2rem 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .diagram-image {
            max-width: 100%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        /* Custom Carousel Controls */
        .carousel-indicators {
            bottom: 30px;
            z-index: 15;
        }

        .carousel-indicators [data-bs-target] {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            margin: 0 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .carousel-indicators .active {
            background-color: #06b6d4;
            transform: scale(1.2);
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 60px;
            height: 60px;
            background: rgba(163, 163, 163, 0.2);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 15;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            background: rgba(103, 103, 103, 0.3);
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-control-prev {
            left: 30px;
        }

        .carousel-control-next {
            right: 30px;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 24px;
            height: 24px;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .slide-content {
                padding: 40px 20px;
            }
            
            .flow-diagram {
                margin-top: 3rem;
            }

            .form-control,
            .btn-proposal {
                border-radius: 8px;
                margin-bottom: 10px;
            }

            .carousel-control-prev,
            .carousel-control-next {
                width: 50px;
                height: 50px;
            }

            .carousel-control-prev {
                left: 15px;
            }

            .carousel-control-next {
                right: 15px;
            }
        }

        .fade-in {
            animation: fadeInUp 1s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .slide-animation {
            animation: slideIn 0.8s ease-out;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
/* Custom Slider End*/

.rounded-shadow-img {
  border-radius: 12px;        /* Rounded corners */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Soft shadow */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;             /* Center the image */
}

.rounded-shadow-section{
  background-color: #ffffff; /* or any light color */
  border-radius: 16px;       /* Rounded corners */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* Soft, professional shadow */
  max-width: 100%;
  height: auto;
  margin: 0 auto;  
  box-sizing: border-box;
}
.rounded-shadow-left{
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.rounded-shadow-right{
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.expirience-shadow{
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

  .icon-circle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .hover-shadow:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }

  .client-logo {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s ease-in-out;
  }

  .client-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
  }

  .client-slider {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

  .slider-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: max-content;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 768px) {
    .client-logo {
      max-height: 45px;
    }

    .slider-track {
      animation-duration: 14s;
    }
  }

  #smart-secure {
    background: linear-gradient(135deg, #0d6efd, #003b95);
    overflow: hidden;
  }

  #smart-secure h2 {
    font-size: 2.5rem;
  }

  #smart-secure p {
    color: #f8f9fa;
    font-weight: 300;
  }

  #smart-secure .btn {
    min-width: 150px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
  }

  #smart-secure .btn:hover {
    transform: translateY(-2px);
  }

  @media (max-width: 576px) {
    #smart-secure h2 {
      font-size: 1.8rem;
    }

    #smart-secure .btn {
      width: 100%;
    }
  }

      #portfolioCarousel {
        position: relative;
    }

    #portfolioCarousel .carousel-control-prev,
    #portfolioCarousel .carousel-control-next {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        z-index: 2;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #portfolioCarousel .carousel-control-prev {
        left: -20px; /* Adjust as needed */
    }

    #portfolioCarousel .carousel-control-next {
        right: -20px; /* Adjust as needed */
    }

    @media (max-width: 768px) {
        #portfolioCarousel .carousel-control-prev {
            left: 5px;
        }

        #portfolioCarousel .carousel-control-next {
            right: 5px;
        }
    }

        .enquiry-section {
        background: #f9f9f9;
        }

        /* Unique Modal Styles */
        .enquiry-popup-modal .modal-dialog {
            max-width: 950px;
            margin: 10px auto;
        }
        
        .enquiry-popup-modal .modal-content {
            border: none;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            position: relative;
        }
        
        .enquiry-popup-modal .modal-body {
            padding: 0;
        }
        
        /* Close button in top-right */
        .enquiry-close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 1060;
            background: #1158e7;
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .enquiry-close-btn:hover {
            background: #0284c7;
            color: white;
            transform: scale(1.1);
        }
        
        .enquiry-form-section {
            padding: 50px 40px;
            background: #f8f9fa;
        }
        
        .enquiry-info-section {
            padding: 50px 30px;
            background: linear-gradient(135deg, #fcaf17 0%, #1d4ed8 100%);
            color: white;
            position: relative;
            min-height: 100%;
            margin-right: -1px;
        }
        
        .enquiry-info-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="enquiry-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23enquiry-grain)"/></svg>');
            opacity: 0.3;
        }
        
        .enquiry-form-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
            font-size: 26px;
        }
        
        .enquiry-form-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #1d4ed8, #fcaf17);
            border-radius: 2px;
        }
        
        .enquiry-form-control {
            border: 1px solid #e9ecef;
            border-radius: 10px;
            padding: 7px 9px;
            font-size: 12px;
            transition: all 0.3s ease;
            background: white;
            width: 100%;
        }
        
        .enquiry-form-control:focus {
            border-color: #1d4ed8;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
            background: white;
            outline: none;
        }
        .enquiry-form-quote{
            border: 1px solid #e9ecef;
            border-radius: 10px;
            padding: 9px 9px;
            font-size: 12px;
            transition: all 0.3s ease;
            background: white;
            width: 100%;
        }
        .enquiry-form-quote:focus {
            border-color: #1d4ed8;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
            background: white;
            outline: none;
        }
        .enquiry-form-label {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            font-size: 14px;
            display: block;
        }
        
        .enquiry-submit-btn {
            background: #1d4ed8;
            border: none;
            padding: 15px 35px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 1px;
            color: white;
            cursor: pointer;
            width: 100%;
        }
        
        .enquiry-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
            background: #1e3a8a;
        }
        
        .enquiry-submit-btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }
        
        .enquiry-info-title {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 35px;
            position: relative;
            z-index: 1;
        }
        
        .enquiry-contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }
        
        .enquiry-contact-icon {
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 18px;
            flex-shrink: 0;
            font-size: 18px;
        }
        
        .enquiry-contact-text {
            flex: 1;
            line-height: 1.5;
        }
        
        .enquiry-contact-text h6 {
            margin-bottom: 5px;
            font-weight: 600;
            font-size: 15px;
            color: #fff;
        }
        
        .enquiry-contact-text p {
            margin: 0;
            opacity: 0.95;
            font-size: 14px;
            color: #fff;
        }
        
        .enquiry-india-flag {
            display: inline-block;
            width: 22px;
            height: 15px;
            background: linear-gradient(to bottom, #ff9933 33%, white 33%, white 66%, #138808 66%);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 2px;
            margin-right: 8px;
            vertical-align: middle;
        }
        
        .enquiry-required {
            color: #dc3545;
        }
        
        /* Popup Animation */
        .enquiry-popup-modal.fade .modal-dialog {
            transform: scale(0.7) translateY(-50px);
            transition: all 0.4s ease;
        }
        
        .enquiry-popup-modal.show .modal-dialog {
            transform: scale(1) translateY(0);
        }
        
        /* Demo page styles */
        .demo-page-content h1 {
            color: #2c3e50;
            margin-bottom: 20px;
        }
        
        .demo-page-content p {
            color: #666;
            font-size: 18px;
            margin-bottom: 30px;
        }
        
        .demo-trigger-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            padding: 15px 30px;
            border-radius: 50px;
            color: white;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .demo-trigger-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
            color: white;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .enquiry-popup-modal .modal-dialog {
                margin: 10px;
                max-width: none;
            }
            
            .enquiry-form-section, .enquiry-info-section {
                padding: 30px 25px;
            }
            
            .enquiry-form-title, .enquiry-info-title {
                font-size: 22px;
            }
            
            .enquiry-contact-item {
                margin-bottom: 20px;
            }
            
            .enquiry-contact-icon {
                width: 45px;
                height: 45px;
                font-size: 16px;
            }
            
            .enquiry-close-btn {
                top: 10px;
                right: 10px;
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
        }
        .unisafe-jobs-wrapper {
            background: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            padding: 90px 0px 40px 0px;
        }
        .unisafe-jobs-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }
        /* Unisafe Main Hero Section */
        .unisafe-hero-wrapper {
            background: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 110px 0px 50px 0px;
        }
        
        .unisafe-hero-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }
        
        .unisafe-content-container {
            position: relative;
            z-index: 2;
            width: 100%;
        }
        
        /* Unisafe Left Side Content */
        .unisafe-brand-content {
            color: white;
            padding-right: 2rem;
        }
        
        .unisafe-main-heading {
            font-size: 3.5rem;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            line-height: 1.2;
            color: white;
        }
        
        .unisafe-brand-tagline {
            font-size: 1.2rem;
            font-weight: 300;
            margin-bottom: 2rem;
            opacity: 0.95;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .unisafe-action-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        
        .unisafe-btn-primary {
            background: linear-gradient(45deg, #fcaf17, #f59e0b);
            border: none;
            padding: 12px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(252, 175, 23, 0.3);
            color: white;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
        }
        
        .unisafe-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(252, 175, 23, 0.4);
            background: linear-gradient(45deg, #f59e0b, #d97706);
            color: white;
        }
        
        .unisafe-btn-secondary {
            border: 2px solid #fcaf17;
            color: #fcaf17;
            padding: 10px 28px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            background: transparent;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
        }
        
        .unisafe-btn-secondary:hover {
            background: #fcaf17;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(252, 175, 23, 0.3);
        }
        
        /* Unisafe Securities Form */
        .unisafe-inquiry-form {
            background: #ffffff;
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            width: 100%;
        }
        
        /* Unisafe Background Animation */
        .unisafe-floating-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }
        
        .unisafe-shape-element {
            position: absolute;
            background: rgba(252, 175, 23, 0.1);
            border-radius: 50%;
            animation: unisafeFloatMotion 8s ease-in-out infinite;
        }
        
        .unisafe-shape-element:nth-child(1) {
            width: 100px;
            height: 100px;
            top: 15%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .unisafe-shape-element:nth-child(2) {
            width: 150px;
            height: 150px;
            top: 70%;
            right: 10%;
            animation-delay: 3s;
        }
        
        .unisafe-shape-element:nth-child(3) {
            width: 80px;
            height: 80px;
            top: 40%;
            right: 25%;
            animation-delay: 6s;
        }
        
        @keyframes unisafeFloatMotion {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-30px) rotate(180deg);
            }
        }
        
        /* Unisafe Utility Classes */
        .securities-required-mark {
            color: #ef4444;
        }
        
        .unisafe-icon-space {
            margin-right: 0.5rem;
        }
        
        .unisafe-icon-space-lg {
            margin-right: 1rem;
        }
        
        .securities-text-center {
            text-align: center;
        }
        
        .securities-recaptcha-box {
            margin-bottom: 1rem;
        }
        
        /* Unisafe Responsive Design */
        @media (max-width: 992px) {
            .unisafe-brand-content {
                padding-right: 0;
                margin-bottom: 3rem;
                text-align: left;
            }
            
            .unisafe-main-heading {
                font-size: 2.8rem;
            }
            
            .unisafe-hero-wrapper {
                min-height: auto;
                padding: 110px 0px 50px 0px;
            }
            .unisafe-jobs-wrapper {
                min-height: auto;
                padding: 90px 0px 40px 0px;
            }
        }
        
        @media (max-width: 768px) {
            .unisafe-main-heading {
                font-size: 2.2rem;
            }
            
            .unisafe-brand-tagline {
                font-size: 1.1rem;
            }
            
            .unisafe-inquiry-form {
                padding: 14px;
            }
            
            .unisafe-action-buttons {
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
            .unisafe-main-heading {
                font-size: 1.8rem;
            }
            
            .securities-inquiry-form {
                padding: 12px;
            }
            
            .unisafe-action-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .unisafe-btn-primary,
            .unisafe-btn-secondary {
                width: 100%;
                max-width: 250px;
                justify-content: center;
            }
        }