/********** Template CSS **********/
:root {
  --primary: #380201;
  --secondary: #e72a26;
  --light: #e72a261f;
  --bgprimary: #2725560d;
  --dark: #1d1d27;
  --white: #fff;
}

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

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#spinner .spinner-grow {
  color: var(--secondary);
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 75px;
  z-index: 99;
}

/*** Heading ***/
body {
  font-family: "DM Sans", sans-serif !important;
}
a {
  font-weight: 600;
}

h1,
h2,
h3,
.fw-bold {
  color: var(--primary);
  font-weight: 700 !important;
}
h2 {
  font-size: 31px !important;
}
h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}
h6 {
  color: var(--secondary) !important;
}
p {
  font-size: 15px;
}
/*** Button ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.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;
}

/*** Navbar ***/
.navbar {
  background-color: var(--white);
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-left: 35px;
  padding: 20px 0;
  color: var(--primary) !important;
  outline: none;
  /* transition: .5s; */
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
  color: var(--primary);
  font-size: 2.3rem;
}
.navbar-light .navbar-brand .crm {
  color: var(--secondary);
  /* font-size: 2.3rem; */
}
.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: #ffffff;
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--dark) !important;
  }

  .navbar-light .navbar-brand h1 {
    color: var(--primary);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: #ffffff;
  }

  /* .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    } */

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }

  .sticky-top.navbar-light .navbar-brand h1 {
    color: var(--primary);
  }
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

/*** Hero Header ***/
.hero-header {
  /* background: url(../img/calling.jpg); */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.main-section {
  position: relative;
  z-index: 99;
}
.main-header {
  
  font-size: 48px;
  /* color: var(--white);
  border-bottom: 1px solid #ff0000bf;
  padding-bottom: 10px;
  text-shadow: 2px 2px 5px #0d0d0d; */
}
.main-section p {
  color: #c9c1c1 !important;
}
.bg-primary {
  background: var(--white) !important;
}
.text-white {
  color: var(--primary) !important;
}
.text-justify {
  text-align: justify;
}
.btn-secondary {
  /* color: #000; */
  background-color: #ec2c29 !important;
  border-color: #ec2c29 !important;
}
/* .btn-secondary:hover {
  color: #fff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
} */
.btn-secondary:focus {
  outline: none;
  box-shadow: none !important;
}
.btn-primary {
  color: #fff;
  background-color: #ec2c29 !important;
  border-color: #ec2c29 !important;
}
.btn-light {
  color: #fff;
  background-color: #e72a26 !important;
  border-color: #e72a26 !important;
}
.btn-light:hover {
  color: #fff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
.btn-outline-light {
  color: #f7faff;
  border-color: var(--primary) !important;
  background: var(--primary) !important;
}
.btn-outline-light:hover {
  color: var(--primary) !important;
  background-color: #f7faff !important;
  border-color: var(--primary) !important;
}
.check-icon {
  color: var(--secondary) !important;
}
.py-sm-3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bread-area {
  position: relative;
  display: block;
  padding: 65px 0 0 0;
  background-color: var(--light);
  z-index: 1;
}
.bread-area-img {
  background-image: url("../img/calling.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* aspect-ratio: 4/1; */
}
/*** Section Title ***/
.about-head {
  color: #888 !important;
  font-weight: 400 !important;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--secondary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 50px;
  background: var(--secondary);
  display: none;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -25px;
}

.section-title.text-center::after {
  left: 50%;
  margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  background: #e72a267d;
}

.section-title h6::after {
  top: 5px;
  left: 3px;
}
/* blog */
.blog-item {
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}

.blog-item h5 {
  color: var(--primary);
}
.blog-item:hover h5 {
  color: var(--primary);
}
.blog-item .blog {
  background: url(../img/call1.jpg) no-repeat;
  transition: 0.5s;
  aspect-ratio: 5/3;
  background-size: cover;
  background-position: center;
  border-radius: 7px 7px 0 0;
}
.blog-btn {
  border-top: 1px dashed #7e7c7c;
  padding-top: 10px;
}
.blog-btn p {
  margin: 0 !important;
  color: var(--secondary);
}
.blog-btn p i {
  color: var(--secondary);
}
.blog-item .category {
  color: #fafafa;
  margin-bottom: 5px;
  border-radius: 0 0 7px 7px;
  background: var(--secondary);
  padding: 5px 10px;
}
.blog-item:hover .category {
  color: #fff;
}
.read-blog {
  background-color: var(--secondary);
  color: white;
}
.read-blog:hover {
  background-color: var(--secondary);
  color: white;
}
.blog-category {
  border-bottom: 1px dotted var(--primary);
  padding-bottom: 8px;
}
.blog-cate-content a {
  display: block;
  color: #888;
  font-size: 15px;
  line-height: 1.8rem;
  font-weight: 500;
}
.blog-cate-content a i {
  color: var(--secondary);
  font-size: 13px;
  
}
.blog-item1 {
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}
.blog-item1:hover {
  background: var(--secondary);
  color: #fff;
}
.blog-item1:hover i {
  color: #fff; 
}


.blog-item1:hover h5 {
  color: #fff;
  border-bottom: 1px dotted var(--white);
}
.blog-item1:hover a {
  color: #fff;
}
.blog-item1:hover h2 {
  color: #fff;
}
.blog-item-details {
  padding: 20px 20px;
  background: #ffffff;
  transition: 0.5s;
}
.blog-item-details .blog {
  background: url(../img/call1.jpg) no-repeat;
  transition: 0.5s;
  aspect-ratio: 4/2;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.blog-item-details .category {
  color: #343030;
  margin-bottom: 5px;
  padding: 7px 0px;
  border-bottom: 1px solid var(--secondary);
}
.blog-item-details .blog-info-content p {
  text-align: justify;
}

.blog-deatails-content {
  border-bottom: 1px solid #80808063;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog-deatails-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-deatails-content h6 {
  font-size: 15px;
}

/* pricing  */
.pricing-item {
  position: relative;
  /* height: 350px; */
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}
.pricing {
  margin: auto !important;
}
.pricing-plan {
  background: var(--primary);
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
.pricing-plan h5 {
  color: white;
  font-weight: 700 !important;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  font-size: 22px;
}
.pricing-plan .actual {
  text-decoration: line-through;
  font-size: 22px;
  color: white;
  font-weight: 500 !important;
}
.pricing-plan .discount {
  color: white;
  font-size: 35px;
}
.pricing-plan .discount span {
  font-size: 18px;
}
.pricing-plan .annual {
  color: #fff;
  margin: 0;
}
.offer {
  padding: 25px 100px;
}
.pricing-content {
  text-align: start !important;
}
.pricing-list li {
  text-align: start !important;
}
.pricing-list {
  margin-left: 20px;
}
/*** Service ***/

.service-item {
  position: relative;
  /* height: 350px; */
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}
.service-item:hover {
  background: var(--bgprimary);
}
.service-item .f-img {
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  border: 2px dotted var(--primary);
  background: white;
}
.service-item .service-icon {
  width: 50px;
  height: 50px;
  color: var(--primary);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 0.5s;
}

.service-item:hover .service-icon {
  color: var(--primary);
  /* background: url(../img/icon-shape-white.png); */
}

.service-item h5 {
  transition: 0.5s;
  line-height: 1.3rem;
  min-height: 2.6rem;
}
.service-item p {
  transition: 0.5s;
  margin: 0;
  line-height: 1.3rem;
  min-height: 3.9rem;
}
.service-item:hover h5,
.service-item:hover p {
  color: var(--primary);
}

.service-item a.btn {
  position: relative;
  display: flex;
  color: var(--primary);
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover a.btn {
  color: var(--primary);
}

.service-item a.btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: #dddddd;
  transition: 0.5s;
  z-index: -1;
}

.service-item:hover a.btn::before {
  width: 100%;
  background: var(--primary);
}
.service-item .service-icon1 {
  margin: 0 auto 20px auto;
  width: 200px;
  height: 200px;
  color: var(--primary);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 0.5s;
}
.service-item .b2b {
  line-height: 0;
  min-height: 0;
  margin-bottom: 25px;
}
/*** Testimonial ***/
.newsletter,
.testimonial {
  background: url(../img/bg-top.png), url(../img/bg-bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #e72a2661 !important;
  border-color: var(--primary);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #fff;
}
.bg-transparent {
  background-color: #fff !important;
  border: 1px solid #e72a2670 !important;
}
.testimonial-carousel .owl-item.center .testimonial-item i {
  color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
  color: var(--dark) !important;
}

/*** Team ***/
.team-item {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.team-item::after {
  position: absolute;
  content: "";
  top: 3rem;
  right: 3rem;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover::after {
  background: var(--primary);
}

.team-item h5,
.team-item small {
  transition: 0.5s;
}

.team-item:hover h5,
.team-item:hover small {
  color: var(--primary);
}

/*** Project Portfolio ***/
#portfolio-flters .btn {
  position: relative;
  display: inline-block;
  margin: 10px 4px 0 4px;
  transition: 0.5s;
}

#portfolio-flters .btn::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 50px solid #ffffff;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
  color: var(--primary);
  background: var(--primary);
}

.portfolio-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  background: var(--primary);
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item .btn {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/icon-shape-white.png) center center no-repeat;
  border: none;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}

.portfolio-item:hover .btn {
  opacity: 1;
  transition-delay: 0.15s;
}
/*** contact ***/
.address-info {
  background: var(--light);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--secondary);
}
.address-info i {
  background: var(--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px 10px 10px 10px;
  color: white;
}
.address-info span {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 700;
}
.address-info p {
  color: var(--primary);
  margin-top: 8px;
  font-weight: 500;
}
.contact-form {
  background: var(--light);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e72a2657;
  position: relative;
  z-index: 99;
}
.request-form {
  /* background: var(--light); */
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e72a2657;
  position: relative;
  z-index: 99;
}
.form-control {
  border: 1px solid #27255645 !important;
}
.form-floating > label {
  font-size: 15px !important;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  display: none !important;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.625rem !important;
}
.form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: none !important;
}
/*** Footer ***/
.footer {
  background: url(../img/footer.png) center center no-repeat;
  background-size: contain;
}
.footer-content p {
  color: #f5f5f5;
  text-align: justify;
}
.footer-content h5 {
  color:#fff !important;
  font-weight: 900 !important;
}
.footer-content .contact-info p a {
  color: var(--white) !important;
  font-weight: 500;
}
.footer-content .contact-info p a i {
  color: var(--white) !important;
  font-size: 18px;
}
.footer-content .contact-info p a:hover {
  color: var(--white) !important;

}
.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid rgba(256, 256, 256, 0.1);
  border-radius: 40px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--white) !important;
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: var(--white);
  font-weight: normal;
  transition: 0.3s;
  font-size: 15px;
}
footer .btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.btn {
  outline: none !important;
  box-shadow: none !important;
}
.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 {
  letter-spacing: 1px;
  box-shadow: none;
  color: var(--white);
}

.footer-bottom {
  background-color: #2f2f34;
  padding: 15px 0;
}
.footer-bottom p {
  color: var(--white);
}
.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer-bottom .copyright a {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 0 !important;
}

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

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
[data-overlay] {
  position: relative;
}
[data-overlay="4"]:before {
  opacity: 0.8;
}
[data-overlay]:before {
  /* position: absolute; */
  content: "";
  /* background: #02130e; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bread-content h4 {
  position: relative;
  z-index: 99;
  color: #fff !important;
}
.bread-content .bread-home {
  position: relative;
  z-index: 99;
  color: #fff !important;
  font-weight: 500 !important;
}
.bread-content span {
  position: relative;
  z-index: 99;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 0 5px;
}
.bread-content .current-bread-p {
  position: relative;
  z-index: 99;
  color: var(--secondary) !important;
  font-weight: 500 !important;
}
.mar1{
  height: 45px;
  background-color: #ec2c29;
  color: white;
  padding: 12px;
}
.mar1 p{
  font-weight: 700;
  color:#ffffff;
  font-size: 1rem;
}
td{
  color: #444b59;
  font-weight: 600;
  font-size: 16PX;
}

.form1 {
  padding:60px;
}

.form2 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.form3, .form4 {
  border-radius: 8px;
}

.form5 {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s, border-color 0.3s;
  cursor: pointer;
  text-align: center;
}

.form5:hover {
  transform: translateY(-5px);
  border-color: #6c63ff;
}

.form5.form6 {
  border-color: #5a1b14;
  box-shadow: 0 4px 12px rgba(90, 27, 20, 0.3);
}

.form7 {
  background-color: #5a1b14;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
}

.form7:hover {
  background-color: #4a1510;
}

.form8 {
  position: sticky;
  top: 50%;
  transform: translateY(9%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form9 {
  max-width: 80%;
  height: auto;
}

.form10 {
  position: sticky;
  top: 10;
  background: #fff;
  z-index: 10;
  padding-bottom: 10px;
}
.img_block{
  position: sticky;
  top:24%;
}

.plan-box {
  cursor: pointer;
  border: 2px solid #dee2e6;
  transition: border-color 0.3s ease;
}

/* Active border style */
.plan-box.active {
  border: 2px solid #ec2c29;
  box-shadow: 1px 1px 10px rgb(236, 44, 41);
}
.plan-box {
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.plan-box:hover,
.plan-box.active {
  box-shadow: 0 0 8px #cd1a1a;
}

/* Responsive padding */
@media (min-width: 992px) {
  .form1 {
      padding: 100px;
  }
}
@media (max-width:780px) {
  .form1{
      padding:10px;
  }
  
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  border: none;
  border-radius: 10px;
  /* background: rgba(255, 255, 255, 0.9); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.otp-input:focus {
  outline: 2px solid #fff;
}
.form-check-input:checked {
  background-color: #cd1a1a;
  border-color: #cd1a1a;
}
.btn_buy{
  background-color:#fbc1c1 ;
  color:#000;
  border-radius:16px;
  border:1px solid #ec2c29;
  transition: all 0.5s linear;

  &:hover{
  background-color:#fff ;
  color:#ec2c29;
  scale: 0.9;
  font-weight: 700;
  }
}
.animate-heading {
  opacity: 0; 
  transform: translateY(-50px);
  animation: slideDownFade 1.2s ease-in-out forwards;
}


@keyframes slideDownFade {
  0% {
      opacity: 0;
      transform: translateY(-50px);
  }
  50% {
      opacity: 0.5;
      transform: translateY(0px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.animate-table {
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpFade 1.2s ease-in-out forwards;
}
@keyframes slideUpFade {
  0% {
      opacity: 0;
      transform: translateY(50px);
  }
  50% {
      opacity: 0.5;
      transform: translateY(0px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
@media (max-width:990px) {
  .table_box{
   display:none;
  }
   
}
.features{
  list-style: none;
}
.p1{
  font-size: 20px !important;
}
.p2{
  font-size: 19px !important ;
}
.p3{
  font-size: 1.4rem !important ;
}
.span2{
  font-size: 16PX;
}
.p4{
  font-size: 40px !important;
}
  /* General Styles */
  .contact_section {
    background-color: #ec2c29;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    margin: 0;
    text-align: center;
    padding: 20px;
}

.contact_1 {
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2); */
    width: 90%;
    max-width: 1200px;
    backdrop-filter: blur(5px);
}

.contact_2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#fff;
}

.contact_3 {
    margin-bottom: 20px;
    font-size: 16px;
}

/* Flexbox for Single Row */
.contact_4 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.contact_5 {
    flex: 1;
    min-width: 200px;
    padding: 12px;
    border: 2px solid white;
    border-radius: 5px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transition: 0.3s ease-in-out;
}

.contact_5:focus {
    outline: none;
    border-color: white;
    background: rgba(255, 255, 255, 0.3);
}

.contact_6 {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 5px;
    border: 2px solid white;
    flex: 1;
    min-width: 200px;
}

.contact_7 {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


.contact_5::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact_9 {
    background: white;
    color: #ec2c29;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    min-width: 150px;
}

.contact_9:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
}
.contact_btn{
   color:#ec2c29;
   background-color:white;
   border:1px solid #ec2c29;
   &:hover{
    color:white;
   background-color:black;
   border:1px solid #ec2c29;
   }
}

/* Responsive Design */
@media (max-width: 900px) {
  .contact_4 {
      flex-direction: column;
  }

}

.newsletter {
  padding: 30px 0;
}

.newsletter p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
}
.btn-primary {
  display: inline-block;
  background-color: #ec2c29;
  color: #fff;
  padding: 12px 13px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: #c21e1b;
}
.image-container {
/* filter: drop-shadow(2px 4px 6px black); */
  position: relative;
  text-align: center;
}
.image-container img {
  max-width: 450px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.icon-badge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-left {
  left: -30px;
}
.icon-right {
  right: -30px;
}
.span_1{
  color: #ec2c29; 
  font-weight: bold; 
  text-transform:capitalize;
}
/* .bg_theme{
background-color: #ec2c2921;
} */
.footer_bg{
background-color: rgb(18,18,18);
}
.theme-btn{
cursor: pointer;
}
.theme_btn:hover{
color: #fff !important;
background-color: #1b1a1a !important;
border-color: #1b1a1a !important;
}
.p_theme {
  padding: 100px;
}

/* Media query for mobile view (up to 576px) */
@media (max-width: 576px) {
  .p_theme {
      padding: 10px;
  }
}

@media (max-width: 767px) { 
.image-container img {
    width: 100%; /* Make image fill the width */
    height: auto; /* Maintain aspect ratio */
    display: block;
    margin: 0 auto; /* Center the image */
}
.arrow_up1{
  top: 8px;
    left: 14px;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
}

.section-title {
    text-align: center; /* Center the headings */
}

.row.g-3 p {
    font-size: 14px; /* Reduce text size for better readability */
    text-align: left; /* Center text for better layout */
}

.col-lg-6 {
    text-align: center; /* Center-align text content */
}
.section-title::before {
  content: "";
  position: absolute;
  left: 50%; /* Center the before element */
  transform: translateX(-50%); /* Adjust centering */
  bottom: -10px; /* Adjust position below title */
  width: 50px; /* Adjust width */
  height: 3px; /* Line height */
  background-color: #cd1a1a; /* Adjust to match theme */
}
}
@media (max-width: 767px) {
.section {
    padding: 40px 20px; /* Reduce padding for mobile */
}

.row.g-5 {
    flex-direction: column-reverse; /* Stack text above image */
    text-align: center; /* Center text */
}

.col-lg-6 {
    width: 100%; /* Full width for mobile */
    text-align: center;
}

.image-container {
    text-align: center;
    margin-bottom: 20px;
}

#about-img {
    width: 100%;
    max-width: 400px; /* Prevents too large images */
    height: auto;
}

.section-title h2 {
    font-size: 22px; /* Adjust heading size */
}

.row.g-3 {
    text-align: left;
    margin-top: 10px;
}

.row.g-3 h6 {
    font-size: 14px;
}

.d-flex {
    justify-content: center; /* Center button */
}

.btn.theme_btn {
    /* padding: 8px 20px; */
    font-size: 14px;
}
.main-header {
  font-size: 40px;
}
}


@media (max-width: 767px) {
  .con11 {
      padding: 30px 15px; /* Reduce padding for mobile */
  }

  .con22 {
      flex-direction: column-reverse; /* Stack form above contact info */
      text-align: center;
  }

  .con22 .col-lg-7, 
  .con22 .col-lg-5 {
      width: 100%; /* Full width for mobile */
  }

  .contact-form {
      padding: 20px;
  }

  .form-floating input, 
  .form-floating textarea {
      font-size: 14px; /* Adjust font size */
  }

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

  .con22 .card {
      text-align: left;
      padding: 15px;
  }

  .con22 .card-body {
      flex-direction: row;
      align-items: center;
      text-align: left;
  }

  .con22 .card i {
      font-size: 24px;
      margin-right: 10px;
  }

  .con22 .card h6 {
      font-size: 16px;
  }

  .con22 .card p {
      font-size: 14px;
  }
}
.request_btn{
  display: inline-block;
    background-color: #ec2c29;
    color: #fff;
    padding: 12px 13px;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
    
}