

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}
/* General Styles */
body, html {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Arial', sans-serif;
 }
 
 .header {
     width: 100%;
     padding: 15px 0;
     position: relative;
     z-index: 999;
     background-color: transparent;
 }
 
 .logo_section {
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .logo img {
     max-width: 150px; /* Default size for larger screens */
     height: auto; /* Maintain aspect ratio */
     transition: transform 0.3s ease-in-out;
 }
 
 /* Hover effect for interactive scaling */
 .logo img:hover {
     transform: scale(1.1);
 }
 
 /* Navigation Styles */
 .navigation.navbar {
     padding-top: 10px;
 }
 
 .navigation.navbar-dark .navbar-nav .nav-link {
     padding: 8px 20px;
     color: #55236d;
     font-size: 17px;
     transition: color 0.3s;
 }
 
 .navigation.navbar-dark .navbar-nav .nav-link:focus,
 .navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #000000;
 }
 
 .navigation.navbar-dark .navbar-nav .nav-item.active .nav-link {
     color: #55236d;
     font-weight: bold;
 }
 
 .navbar-toggler {
     border: none;
     outline: none;
 }
 
 .navbar-toggler-icon {
     background-color: #55236d;
     width: 30px;
     height: 3px;
     margin: 5px auto;
     border-radius: 2px;
     position: relative;
 }
 
 .navbar-toggler-icon::after,
 .navbar-toggler-icon::before {
     content: '';
     background-color: #55236d;
     width: 30px;
     height: 3px;
     position: absolute;
     left: 0;
 }
 
 .navbar-toggler-icon::before {
     top: -8px;
 }
 
 .navbar-toggler-icon::after {
     top: 8px;
 }
 
 /* Responsive Adjustments */
 @media (max-width: 1199px) and (min-width: 768px) {
     .logo img {
         max-width: 120px; /* Adjusted size for medium screens */
     }
 
     .navbar-nav .nav-link {
         font-size: 16px;
     }
 }
 
 @media (max-width: 768px) {
     .header {
         padding: 10px 0;
     }
 
     .logo_section {
         margin-bottom: 10px; /* Adds spacing below the logo */
     }
 
     .logo img {
         max-width: 80px; /* Smaller logo for phones */
     }
 
     .navbar-collapse {
         background-color: rgba(85, 35, 109, 0.9);
         padding: 10px;
     }
 
     .navbar-nav {
         display: flex;
         flex-direction: column;
         align-items: center;
         gap: 15px;
     }
 
     .navbar-nav .nav-link {
         font-size: 15px;
         padding: 10px 15px;
     }
 }
 
 @media (max-width: 480px) {
     .logo img {
         max-width: 60px; /* Smaller logo for extra small screens */
     }
 
     .navbar-nav .nav-link {
         font-size: 14px;
     }
 }
 
/** banner section **/

.banner_main::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: -221px;
     height: 762px;
     background: url(../images/banner_bottom_cross.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}

.banner_main {
     position: relative;
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 1000px;
     background-size: 150% 150%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
}

.text-bg {
     text-align: left;
     margin-right: -93px;
}

.text-bg h1 {
     color: #010101;
     font-size: 72px;
     line-height: 78px;
     font-weight: bold;
}

.text-bg h1 span {
     color: #55236d;
}

.text-bg p {
     font-size: 17px;
     color: #000000;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 50px;
     display: block;
}

.banner_img figure {
     margin: 0;
}

.banner_Carousel {
     margin: 200px -100px 0px -130px;
     z-index: 9999;
}

.banner_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.banner_Carousel .carousel-indicators {
     bottom: -50px;
}

.banner_Carousel .carousel-indicators li {
     width: 22px;
     height: 22px;
     border-radius: 20px;
     background: #ffff00;
}

.banner_Carousel .carousel-indicators li.active {
     background: #ffffff;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #090807;
     line-height: 52px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #4b1868 ;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     z-index: 9999;
     position: relative;
     font-weight: 300;
}

.read_more:hover {
     background: #ffa30f;
     color: #fff;
     transition: ease-in all 0.5s;
}

.read_more1 {
     font-size: 17px;
     background-color: #ffa30f;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     z-index: 9999;
     position: absolute;
     font-weight: 300;
     right:595px;
}

.read_more1:hover {
     background: #4b1868;
     color: #fff;
     transition: ease-in all 0.5s;
}

.about {
     background: #f9f9f9; /* Light grey background for a clean look */
     padding: 80px 20px; /* Uniform padding for the section */
     display: flex;
     flex-wrap: wrap;
     align-items: center; /* Vertically aligns content */
     gap: 30px; /* Space between image and text */
 }
 
 .about .titlepage {
     flex: 1; /* Ensures the text section takes equal space */
     text-align: left; /* Aligns text to the left */
     padding: 20px; /* Adds spacing within the text block */
 }
 
 .about .titlepage h2 {
     color: #333; /* Darker color for better contrast */
     font-size: 2.5rem; /* Modern heading size */
     font-weight: 600;
     margin-bottom: 15px;
     line-height: 1.2;
 }
 
 .about .titlepage p {
     color: #666;
     font-size: 1rem; /* Standard font size */
     line-height: 1.6;
     font-weight: 400;
     margin-bottom: 20px;
 }
 
 .about_img {
     flex: 1; /* Ensures the image section takes equal space */
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 .about_img figure {
     max-width: 100%;
     margin: 0;
     padding: 0;
     border-radius: 15px; /* Adds rounded corners */
     overflow: hidden; /* Ensures image stays within the rounded corners */
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
 }
 
 .about_img figure img {
     width: 100%;
     height: auto; /* Maintains aspect ratio */
     display: block;
 }
 
 /* Media Queries for Responsive Adjustments */
 @media (max-width: 768px) {
     .about {
         flex-direction: column; /* Stacks content vertically on smaller screens */
         padding: 50px 15px;
     }
 
     .about .titlepage {
         text-align: center; /* Center-aligns text for smaller screens */
         padding: 10px 0;
     }
 
     .about .titlepage h2 {
         font-size: 2rem;
     }
 
     .about .titlepage p {
         font-size: 0.9rem;
     }
 
     .about_img {
         justify-content: center;
     }
 
     .about_img figure {
         max-width: 80%; /* Limits image size on smaller screens */
     }
 }
 
 @media (max-width: 480px) {
     .about {
         padding: 30px 10px; /* Compact padding for mobile devices */
     }
 
     .about .titlepage h2 {
         font-size: 1.8rem;
     }
 
     .about .titlepage p {
         font-size: 0.85rem;
     }
 
     .about_img figure {
         max-width: 100%; /* Makes image fill the width on mobile */
     }
 }
 
/** end about section **/


/** Our Juices  section **/

.juices {
     background: url(../images/our_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0 0px 0;
     position: relative;
}

.juices .titlepage {
     text-align: center;
}

.juices .titlepage h2 {
     color: #000000;
}

.juices .titlepage p {
     color: #5a5959;
     display: block;
     font-size: 17px;
     padding-top: 20px;
     line-height: 32px;
}

.our_img {
     box-shadow: 8px 0px 29px rgba(22, 22, 23, 0.17);
     text-align: center;
     background: #fff;
     border-radius: 30px;
     padding: 20px 0;
}

.our_img figure {
     margin: 0;
}

.our_text {
     text-align: center;
     padding: 35px 0;
}

.our_text h4 {
     font-size: 29px;
}

.our_text h3 {
     font-size: 29px;
     line-height: 34px;
     color: #000000;
}

.our_text p {
     font-size: 16px;
     line-height: 28px;
     color: #5a5959;
     font-family: 'Raleway', sans-serif;
     padding: 20px 0;
}

.yellow {
     color: #ffa50e;
}

.margin_top {
     margin-top: -272px;
}


/** end Our Juices  section **/


/** testimonial section **/

.testimonial {
     padding: 60px 0px 400px 0px;
     background: #fff;
}

.testimonial .titlepage {
     padding-bottom: 0;
}

.testimonial .titlepage p {
     color: #5a5959;
     line-height: 28px;
     font-weight: 300;
     font-size: 17px;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
     padding-top: 65px;
}
.testimonial_box {
     text-align: center;
 }
 
 .testimonial_Carousel .test_box h4 {
     font-size: 30px;
     color: #1d1c1c;
     line-height: 18px;
     display: block;
     text-align: center;
     border-bottom: #4a1667 solid 1px;
     width: 161px;
     margin: 0 auto;
     font-weight: 600;
     padding: 23px 0px 12px 0px;
 }
 
 .testimonial_Carousel .test_box i {
     display: block;
     text-align: center;
     margin-bottom: 15px;
 }
 
 .testimonial_Carousel .test_box i img {
     width: 150px; /* Adjust the size as needed */
     height: 150px; /* Ensure it matches the width for a perfect circle */
     border-radius: 50%; /* Makes the image round */
     object-fit: cover; /* Ensures the image fits within the circle */
     border: 2px solid #4a1667; /* Optional: Adds a border to the image */
 }
 
 .testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 300 !important;
     color: #5a5959;
     text-align: center;
     margin-top: 45px;
     margin-bottom: 15px;
 }
 
.testimonial_Carousel .carousel-indicators {
     bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 25px;
     height: 25px;
     border-radius: 20px;
     background: #4a1667;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #e5a124;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end testimonial section **/

/** footer **/
/** footer **/
/** footer **/

.footer::before {
     content: "";
     position: absolute;
     width: 457px;
     height: 351px;
     background-image: url(../images/con_top.png);
     background-repeat: no-repeat;
     top: -334px;
     z-index: 9999;
     right: 154px;
 }
 
 .footer::after {
     content: "";
     position: absolute;
     background-size: 100% 100%;
     height: 300px;
     background-image: url(../images/contact_bg.png);
     background-repeat: no-repeat;
     top: -300px;
     left: 0;
     right: 0;
 }
 
 .footer {
     position: relative;
     background: #440e62;
     padding-top: 50px; /* Reduced top padding for phone views */
     text-align: center;
     padding-bottom: 30px; /* Added bottom padding for better spacing */
 }
 
 .footer .titlepage {
     padding-bottom: 0px;
 }
 
 .footer .titlepage h2 {
     color: #fff;
     font-size: 24px; /* Reduced font size for phones */
 }
 
 .main_form {
     padding: 30px 10px; /* Reduced padding */
 }
 
 .main_form .contactus,
 .main_form .contactus1 {
     border: inherit;
     padding: 0px 10px;
     margin-bottom: 10px; /* Reduced margin */
     width: 100%;
     height: 40px; /* Reduced height for better fit */
     background: transparent;
     color: #ffffff;
     font-size: 14px; /* Reduced font size */
     font-weight: normal;
     border-bottom: #ffffff solid 1px;
 }
 
 .main_form .send_btn {
     font-size: 16px; /* Reduced font size */
     transition: ease-in all 0.5s;
     background-color: #ee3112;
     color: #fff;
     padding: 9px 0px;
     width: 100%;
     max-width: 150px; /* Limit width for phones */
     font-weight: 500;
     display: block;
     margin-top: 15px; /* Reduced top margin */
     float: none;
     border-radius: 30px;
     text-transform: uppercase;
     z-index: 9999;
     position: relative;
     top: 0;
 }
 
 .main_form .send_btn:hover {
     background-color: #e5a124;
     transition: ease-in all 0.5s;
     color: #000;
 }
 
 #request *::placeholder {
     color: #ffffff;
     opacity: 1;
 }
 
 ul.social_icon {
     display: flex;
     justify-content: center; /* Center icons for mobile */
     flex-wrap: wrap;
     margin-top: 10px;
 }
 
 ul.social_icon h3 {
     color: #fff;
     font-size: 18px;
     text-align: center;
     width: 100%;
 }
 
 ul.social_icon li {
     display: inline-block;
     margin: 5px; /* Reduced margin */
 }
 
 ul.social_icon li a {
     background: #fff;
     width: 35px; /* Reduced icon size */
     height: 35px; /* Reduced icon size */
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px; /* Reduced font size */
     border-radius: 30px;
     color: #440e62;
 }
 
 ul.social_icon li a:hover {
     background-color: #f4cb1e;
     color: #fff;
 }
 
 .bottom_form h3 {
     font-weight: 600;
     font-size: 20px; /* Reduced font size */
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
 }
 
 ul.location_icon {
     text-align: center; /* Centered location info for phone view */
     margin-top: -93px;
 }
 
 ul.location_icon li {
     display: block;
     font-size: 14px; /* Reduced font size */
     line-height: 20px;
     color: #fff;
     padding-bottom: 15px; /* Reduced padding */
 }
 
 ul.location_icon li a {
     font-size: 20px;
     color: #fff;
     line-height: 30px;
     padding-right: 15px;
 }
 
 ul.location_icon li a:hover {
     color: #e5a124;
 }
 
 .footer h3 {
     font-weight: 600;
     text-align: left;
     padding-top: 5px;
     padding-right: 30px;
 }
 
 .copyright {
     margin-top: 20px;
     padding: 20px 0px;
     background-color: #f4cb1e;
 }
 
 .copyright p {
     color: #2601ab;
     font-size: 14px; /* Reduced font size */
     line-height: 22px;
     text-align: center;
 }
 
 .copyright a {
     color: #000000;
 }
 
 .copyright a:hover {
     color: #212121;
 }
 
 /* Responsive Styles for Mobile */
 @media (max-width: 992px) {
     .footer .titlepage h2 {
         font-size: 24px;
     }
 
     .main_form .contactus, .main_form .contactus1 {
         font-size: 14px;
     }
 
     .main_form .send_btn {
         font-size: 16px;
         padding: 8px 0px;
     }
 
     ul.social_icon {
         justify-content: center;
         margin-top: 10px;
     }
 
     ul.location_icon {
         text-align: center;
     }
 
     ul.location_icon li {
         font-size: 14px;
         padding-bottom: 10px;
     }
 
     .copyright p {
         font-size: 14px;
     }
 }
 
 @media (max-width: 768px) {
     .footer {
         padding-top: 30px;
     }
 
     .footer .titlepage h2 {
         font-size: 22px;
     }
 
     .main_form .contactus, .main_form .contactus1 {
         font-size: 13px;
         height: 35px;
     }
 
     .main_form .send_btn {
         font-size: 14px;
         padding: 6px 0px;
     }
 
     ul.social_icon {
         justify-content: center;
         margin-top: 10px;
     }
 
     ul.location_icon {
         text-align: center;
     }
 
     ul.location_icon li {
         font-size: 12px;
         padding-bottom: 10px;
     }
 
     .copyright p {
         font-size: 12px;
     }
 }
 
 @media (max-width: 480px) {
     .footer {
         padding-top: 20px;
     }
 
     .footer .titlepage h2 {
         font-size: 20px;
     }
 
     .main_form .contactus, .main_form .contactus1 {
         font-size: 12px;
         height: 30px; /* Reduced input height */
     }
 
     .main_form .send_btn {
         font-size: 12px;
         padding: 5px 0px;
     }
 
     ul.social_icon {
         justify-content: center;
         margin-top: 10px;
     }
 
     ul.location_icon {
         text-align: center;
     }
 
     ul.location_icon li {
         font-size: 12px;
         padding-bottom: 5px;
     }
 
     .copyright p {
         font-size: 12px;
     }
 
     /* Reduce size for address, phone, and email for mobile */
     ul.location_icon li {
         font-size: 12px; /* Reduced font size for address, phone, and email */
     }
 
     ul.location_icon li a {
         font-size: 20px; /* Reduced font size for the icons */
     }
 
     .footer .contact-info {
         font-size: 12px; /* Ensure contact info is smaller */
     }
 }
 

.inner_page .header {
     background-color: #e7a601;
     padding-bottom: 15px !important;
     position: inherit;
}

.inner_page .about {
     padding: 90px 0 0px 0;
}

.inner_page .footer {
     margin-top: 90px;
}

.inner_page .testimonial {
     padding: 60px 0px 50px 0px;
}

.inner_page .footer::before {
     position: inherit;
}

.inner_page .footer::after {
     position: inherit;
}

/* Base styles for the logo */
.logo {
     display: flex;
     justify-content: center; /* Center the logo horizontally */
     align-items: center;    /* Center the logo vertically */
     margin: 0 auto;
     padding: 10px;
     max-width: 60%;
 }
 
 /* Image styles for responsiveness */
 .logo img {
     max-width: 100%; /* Ensures the image does not exceed its container */
     height: auto;    /* Maintains aspect ratio */
     transition: transform 0.3s ease-in-out; /* Smooth scaling effect */
 }
 
 /* Hover effect */
 .logo img:hover {
     transform: scale(1.1); /* Slight zoom on hover */
 }
 
 /* Responsive adjustments */
 @media (max-width: 768px) {
     .logo {
         padding: 5px;
     }
 
     .logo img {
         max-width: 80%; /* Smaller size for medium screens */
     }
 }
 
 @media (max-width: 480px) {
     .logo img {
         max-width: 60%; /* Even smaller size for small screens */
     }
 }
/* Basic responsive styles for the carousel */
.carousel-inner {
     width: 100%;
     position: relative;
 }
 
 .carousel-item {
     width: 100%;
     height: auto;
 }
 
 /* Ensure image responsiveness */
 .banner_img img {
     width: 50%; /* Image adjusts to the full width */
     height: auto; /* Maintains the aspect ratio */
 }
 
 /* Responsive adjustments */
 @media (max-width: 768px) {
     .carousel-item {
         height: auto; /* Adjusts to content height on smaller screens */
     }
 
     .banner_img img {
         width: 100%; /* Keeps image full width for smaller screens */
     }
 }
/* Button Styles */
.offer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.offer-btn {
    background-color: #ff4d00;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 77, 0, 0.5);
    animation: glow-animation 2s infinite, pulse-animation 2s infinite;
}

/* External Glowing Border */
.offer-btn::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(255, 77, 0, 0.8);
    border-radius: 50px;
    animation: glow-border 1.5s infinite alternate;
    z-index: -1;
}

/* Glowing Border Animation */
@keyframes glow-border {
    0% {
        border-color: rgba(255, 77, 0, 0.5);
    }
    100% {
        border-color: rgba(255, 77, 0, 1);
    }
}

/* Internal Glow Animation */
@keyframes glow-animation {
    0% {
        box-shadow: 0 0 20px rgba(255, 77, 0, 0.5), 0 0 30px rgba(255, 77, 0, 0.6);
    }
    50% {
        box-shadow: 0 0 50px rgba(255, 77, 0, 0.8), 0 0 70px rgba(255, 77, 0, 0.6);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 77, 0, 0.5), 0 0 30px rgba(255, 77, 0, 0.6);
    }
}

/* Pulse Animation */
@keyframes pulse-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}