/********** Template CSS **********/
:root {
    --primary: #ffc343ef;
    --light: #eae0ec;
    --dark: #103741;
}

body {
    background-image: url('../img/bg-img3.jpg') !important;
    overflow-x: hidden;
    font-size: 1.1rem;
}

a{
    scroll-behavior: smooth !important;
}

.navbar-toggler-icon, .navbar-toggler{
    display: none !important;
}

 
/* RESPONSIVE CHANGE: Show navbar toggler on mobile devices    1 */  
@media (max-width: 991.98px) {
    .navbar-toggler, .navbar-toggler-icon {
        display: block !important; /* Show hamburger menu on mobile */
    }
   
    /* RESPONSIVE CHANGE: Style the hamburger menu button    2 */
    .navbar-toggler {
        border: 2px solid #6f2ea2;
        border-radius: 8px;
        padding: 8px 12px;
        background-color: transparent;
        transition: all 0.3s ease;
    }
   
    /* RESPONSIVE CHANGE: Custom hamburger icon styling  3 */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28111, 46, 162, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 22px;
        height: 22px;
    }
   
    /* RESPONSIVE CHANGE: Hover effect for mobile menu button 4 */
    .navbar-toggler:hover {
        background-color: rgba(111, 46, 162, 0.1);
        border-color: #6f2ea2;
        transform: scale(1.05);
    }
   
    /* RESPONSIVE CHANGE: Focus state for accessibility  5 */
    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(111, 46, 162, 0.25);
        outline: none;
    }
   
    /* RESPONSIVE CHANGE: Ensure navbar stays at top on mobile 6 */
    .navbar.sticky-top {
        top: 0 !important;
        z-index: 1030;
    }
   
 
/* RESPONSIVE CHANGE: Enable navbar toggler for mobile devices */
.navbar-toggler-icon, .navbar-toggler{
    display: none; /* Hidden by default, shown on mobile via Bootstrap classes */
}}
 
/* RESPONSIVE CHANGE: Show navbar toggler on mobile devices */
@media (max-width: 991.98px) {
    .navbar-toggler, .navbar-toggler-icon {
        display: block !important; /* Show hamburger menu on mobile */
    }
   
    /* RESPONSIVE CHANGE: Style the hamburger menu button */
    .navbar-toggler {
        border: 2px solid #6f2ea2;
        border-radius: 8px;
        padding: 8px 12px;
        background-color: transparent;
        transition: all 0.3s ease;
    }
   
    /* RESPONSIVE CHANGE: Custom hamburger icon styling */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28111, 46, 162, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 22px;
        height: 22px;
    }
   
    /* RESPONSIVE CHANGE: Hover effect for mobile menu button */
    .navbar-toggler:hover {
        background-color: rgba(111, 46, 162, 0.1);
        border-color: #6f2ea2;
        transform: scale(1.05);
    }
   
    /* RESPONSIVE CHANGE: Focus state for accessibility */
    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(111, 46, 162, 0.25);
        outline: none;
    }
   
    /* RESPONSIVE CHANGE: Ensure navbar stays at top on mobile */
    .navbar.sticky-top {
        top: 0 !important;
        z-index: 1030;
    }
/* RESPONSIVE CHANGE: Enable navbar toggler for mobile devices */
.navbar-toggler-icon, .navbar-toggler{
    display: none; /* Hidden by default, shown on mobile via Bootstrap classes */
}}
 
/* RESPONSIVE CHANGE: Show navbar toggler on mobile devices */
@media (max-width: 991.98px) {
    .navbar-toggler, .navbar-toggler-icon {
        display: block !important; /* Show hamburger menu on mobile */
    }
   
    /* RESPONSIVE CHANGE: Style the hamburger menu button */
    .navbar-toggler {
        border: 2px solid #6f2ea2;
        border-radius: 8px;
        padding: 8px 12px;
        background-color: transparent;
        transition: all 0.3s ease;
    }
   
    /* RESPONSIVE CHANGE: Custom hamburger icon styling */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28111, 46, 162, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 22px;
        height: 22px;
    }
   
    /* RESPONSIVE CHANGE: Hover effect for mobile menu button */
    .navbar-toggler:hover {
        background-color: rgba(111, 46, 162, 0.1);
        border-color: #6f2ea2;
        transform: scale(1.05);
    }
   
    /* RESPONSIVE CHANGE: Focus state for accessibility */
    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(111, 46, 162, 0.25);
        outline: none;
    }
   
    /* RESPONSIVE CHANGE: Ensure navbar stays at top on mobile */
    .navbar.sticky-top {
        top: 0 !important;
        z-index: 1030;
    }
}
 

.top-banner .text-white {
    color: #ddb7dbe5 !important;
}


.top-banner{
    position: absolute !important;
    top: 10px;
    right: 0;
    left: 0;
}


.about-us{
    background: linear-gradient(90deg, rgba(111,46,162,1) 0%, rgb(233 204 204 / 25%) 0%, rgba(213,167,255,1) 98%);
    background-size: cover;
    border-radius: 20px;
    background-attachment: local;
}
.about-us .p5{
    padding: 0 !important;
}

.footer{
    background-color: #28102d !important;
}
.footer-sec p, .footer-sec a{
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ----------------------button glow------------------------ */

.glow-on-hover {
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #002bff, #7a00ff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #cadd1d
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6f2ea2;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/*  */

/* ------------zoom image----------------- */

.hoverImage {
    position: relative;
    align-self: stretch;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 10px;
    max-width: 100%;
    transition: transform 1s ease-in-out;
  }
  
  .hoverImageWrapper:hover .hoverImage {
    transform: scale(1.05);
  }

/* ------------------------------------------ */


/* -----------------top banner button---------------------------- */

.container h1{
    color: #0d020f;
} 

.container p{
    color: rgb(84, 0, 100);
    text-align: justify;
}

#testbutton {
    width: 200px;
    height:60px;
    border-radius:180px;
    left:calc(50% - 75px);
    top:calc(50% - 25px);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    cursor:pointer;
    line-height:12px;
  }
  
  #testbutton:before {
    content:'';
    z-index:1;
    position:absolute;
    display:block;
    width:80%;
    height:70%;
    top:15%;
    left:14%;
    transition: 0.3s opacity ease-in-out;
    filter:blur(15px);
    opacity:0;
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  }
  
  #testbutton:hover:before {
    opacity:1;
    transition: 0.3s opacity ease-in-out;
    filter:blur(25px);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);  
  }
  
  #testbutton:after {
    content:'Learn More';
    text-align:center;
    line-height:40px;
    font-size:22px;
    color:rgba(235,235,235,1);
    font-weight:bold;
    z-index:5;
    position:absolute;
    display:block;
    border-radius:180px;
    width:92%;
    height:80%;
    top:10%;
    left:4%;  
    background-color:rgb(19, 20, 22);
  }


/* --------------------------------------------- */


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 40px;
    z-index: 99;
}

.nattlabs-logo {
    max-height: 60px;
}
  
  /* [2] Transition property for smooth transformation of images */
  .navbar-brand .nattlabs-logo {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .navbar-brand:hover .nattlabs-logo {
    transform: scale(1.15);
  }
  

.navbar {
    background: rgb(234,226,241);
    background: linear-gradient(90deg, rgba(234,226,241,1) 0%, rgba(105,32,171,1) 100%);
}

.img-fluid {
    width: 100%;
    /* filter: brightness(.6); */
}

/* Styles for the title tooltips */
  
  .navbar-nav a {
    text-decoration: none;
  }
  
  .navbar-nav a:hover {
    text-decoration: none;
  }
  
  .navbar-nav a {
    text-decoration: none;
    position: relative;
  }
  
  
  .navbar-nav a:hover:after {
    right: 0;
  }


/* .navbar-nav a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    display: block;
    transition: all 0.3s ease;
    bottom: 25%;
}
.navbar-nav a.nav-link:hover::after {
    width: fit-content;
    height: 2px;
    background-color: #e7e3eb;
} */

/* .footer-map{
    filter: grayscale(100%) invert(92%) contrast(83%);
} */

.contact-us {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13), 0 1px 2px 0 rgba(0, 0, 0, .11);
    background-image: url('../img/contact-us-banner.png');
    background-size: cover;
}

.contact-us h1 {
    color: #fff !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
.display-1 {
    font-family: 'none';
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'none';
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: #0f0f0f;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.max-w-fit {
    width: fit-content;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #0a0a0a;
    }
}

@media (min-width: 992px) {
    body{
        font-size: 1.3rem;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .section{
        scroll-margin-top: 150px;
    }

    .nattlabs-logo {
        max-height: 80px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .container .r-padding{
        padding-right: 70px;
    }

    .container .l-padding{
        padding-right: 70px;
    }
}


/*** Header ***/

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: fit-content;
    }

    .about-us .p-5 {
        padding: 0 !important;
    }

    .hide-mob {
        display: none;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 18px;
        font-weight: 600;
    }
}


@media (min-width: 768px) {
    .header-carousel .owl-carousel-item h1 {
        font-size: 35px;
    }
}

@media (min-width: 1350px) {
    .header-carousel .owl-carousel-item h1 {
        font-size: 55px;
    }
}

@media (min-width: 1550px) {
    .header-carousel .owl-carousel-item h1 {
        font-size: 75px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}

/* Animate the size, outside */
.pulse:hover, 
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--hover); }
}


.typed {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing;
    animation-duration: 3.5s;
    animation-timing-function: steps(160, end);
    animation-fill-mode: forwards;
  }
    
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }

/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 576px) {

    .transformation-section {
        padding-top: 2px !important;
    }
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1200px){
    .top-banner {
        top: 30px;
    }
    .navbar-nav {
        font-size: 16px;
    }
    .nattlabs-logo {
        max-height: 80px;
    }
}

@media (min-width: 1250px){
    .div-for-zoom .zoom-item {
        transition: transform .5s ease;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar {
        background: rgb(111,46,162);
        background: linear-gradient(90deg, rgba(111,46,162,1) 0%, rgba(234,221,246,1) 0%, rgba(255,255,255,1) 10%, rgba(179,142,209,1) 19%, rgba(146,103,180,1) 26%, rgba(121,73,159,1) 38%, rgba(75,30,110,1) 98%, rgba(75,30,110,1) 98%);
    }

    .d-lg-block {
        display: block !important;
    }

    .about-us{
        background: linear-gradient(90deg, rgba(111,46,162,1) 0%, rgb(233 204 204 / 25%) 0%, rgba(213,167,255,1) 98%);
    }

    .navbar-nav a:after {
        border-radius: 5px;
        border-top: 3px solid var(--primary);
        content: "";
        position: absolute;
        right: 100%;
        bottom: 15px;
        left: 10px;
        transition: right .8s cubic-bezier(0,.5,0,1);
      }
    
    .div-for-zoom:hover .zoom-item {
    transform: scale(1.15);
    }
    .about-us .p5{
        padding: 0 !important;
    }
    .nattlabs-logo {
        max-height: 85px;
    }
    .navbar-expand-lg .navbar-toggler{
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    /* .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    } */

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
}

@media (min-width: 1350px) {
    .navbar-nav {
        font-size: 18px;
    }
    .top-banner {
        top: 60px;
    }
    .top-banner .text-white {
        font-size: 82px;
    }
}

@media (min-width: 1500px) {
    .navbar-nav {
        font-size: 20px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 24px 24px;

    }
}

@media (min-width: 1650px) {
    .navbar-nav {
        font-size: 22px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 30px 30px;

    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





/* -----------------image banner-------------------- */


  /* .banner-image {
    position: relative;
    background: linear-gradient(0deg, #000, #272727);
  } */

   .banner-image {
    position: relative;
    background: linear-gradient(0deg, rgb(80 59 79), rgb(247 202 255));
  }

  .banner-image-border{
    border-radius: 0% 20%;
  }
  .banner-image-border2{
    border-radius: 20% 0%;
  }
  
  .banner-image-border3{
    border-radius: 5%;
    width: 100%;
  }

  .banner-image-border2:hover{
    border-radius: 1% 1%;
  }

  .banner-image:before, .banner-image:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    /* background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
      #0000ff, #00ff00,#ffff00, #ff0000); */
    background: linear-gradient(45deg, #f195fa, #f9f9fa);
    background-size: 200%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 20s linear infinite;
  }
  
  @keyframes steam {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .banner-image:after {
    filter: blur(10px);
  }

/* -------------------------------------------------- */


/* ===== hariom Changes Start ===== */
/* ===== Testimonials Section Background ===== */
#testimonials {
    position: relative;
    background: url("img/bg-img3.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed; /* Try changing this if it still doesn't work on mobile */
    padding: 80px 0;
    min-height: 500px; /* Ensure there's enough height for the background to show */
}

/* Ensure content appears above any overlay */
#testimonials .container {
    position: relative;
    z-index: 2;
}

/* ===== Testimonial Section Container ===== */
.testimonial-section {
    padding: 60px 20px;
    /* background-color: rgba(249, 249, 249, 0.9);  Semi-transparent to allow some background visibility */
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}


/* Owl Carousel Styling */
.owl-carousel .testimonial-card {
    margin: 15px;
}

/* ===== Testimonial Card Styles ===== */
.testimonial-card {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* ===== Testimonial Image ===== */
.testimonial-image {
    position: relative;
    top: -36px;
    margin-bottom: -40px;
    width: 120px; /* Fix the width and height to make the image square */
    height: 120px; /* Height is equal to width to make it square */
    overflow: hidden; /* Prevents image overflow */
    border-radius: 50%; /* Makes the border rounded */
    border: 6px solid #ff9900; /* Add border color and size */
    background: #fff;
}

.testimonial-image img {
    width: 100%; /* Ensure image covers the square div */
    height: 100%; /* Ensure image fills the square */
    object-fit: cover; /* Ensures the image covers the space */
    border-radius: 100%; /* Makes the image itself round */
}


/* ===== Color Themes ===== */
.peach {
    background-color: #fff0db;
}

.blue {
    background-color: #d9f1ff;
}

.orange {
    background-color: #ffe3ce;
}

.peach .testimonial-image img {
    border-color: #ff9900;
}

.blue .testimonial-image img {
    border-color: #3399ff;
}

.orange .testimonial-image img {
    border-color: #ff6600;
}

/* ===== Testimonial Text Styles ===== */
.testimonial-card h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.testimonial-card p {
    font-size: 14px;
    color: #444;
    margin: 10px 0;
    line-height: 1.6;
}

/* ===== Quote Icon ===== 
.quote-icon {
    font-size: 20px;
    color: #ff9900;
    margin-right: 5px;
    vertical-align: top;
}

.blue .quote-icon {
    color: #3399ff;
}

.orange .quote-icon {
    color: #ff6600;
}
*/
/* ===== Star Rating ===== */
.stars {
    color: gold;
    font-size: 26px;
    letter-spacing: 2px;
    margin-top: 10px;
}

/* ===== Owl Carousel Dots (Fix: Remove duplication and adjust layout) ===== */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row !important;
}

/* Style each dot */
.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
}

/* Active dot style */
.owl-carousel .owl-dot.active {
    background: orange;
}
/* ===== Quote and Text Container ===== */
.testimonial-text {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 10px; /* spacing between icon and text */
    padding: 0 0 0 10px; /* optional left padding */
    margin-top: 10px;
    justify-content: flex-start;
}

/* ===== Quote Icon ===== */
.quote-icon {
    font-size: 34px;
    color: #ff9900;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 4px;
}

/* ===== Testimonial Paragraph ===== */
.testimonial-text p {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
/* ===== Video Box ===== */
/* ===== Video Box ===== */
.orange-wrapper {
  background-color: #FFD700;
  padding: 40px 20px;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.content-box {
  background-color: #ffffff;
  background-image: url('img/bg-img3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 30px 40px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.content-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.content-box h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #0d47a1;
  text-align: center;
}

.work-text p {
  text-align: justify;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
}
.scroll-button {
  display: inline-block;
  background-color: #FFD700; /* Same as orange-wrapper */
  color: #0d47a1; /* Contrast text color */
  padding: 12px 30px;
  border-radius: 12px; /* Curved edges */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.scroll-button:hover {
  background-color: #fff;
  color: #FFD700;
  transform: translateY(-2px);
  border-color: #FFD700;
}



/* ===== hariom Changes Ends ===== */
/* ===== Priyanshus Changes start ===== */
