

/*--------------------------------------------------------------------- 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');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/Poppins-Black.ttf");
    src: url("../fonts/Poppins.ttf");
}


/*****---------------------------------------- 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(css/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;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

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 0 10px 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: 20px;
    font-weight: 300;
    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;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.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 {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.logo {
    width: 20%;
    font-weight: 700;
    margin-right: 11%;
    color: white;
}
/* .header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
} */

.header_bg{
    background-color: #1313e1;
}
.bg-light {
    background-color: transparent !important;
}

.navbar {
    /*padding: 1rem 1rem;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 35px;
    font-size: 18px;
    color: #fff7f7;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #eec53d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eec53d;
}

.call_section {
    float: left;
}

.call_section ul {
    margin: 0px;
    padding: 0px;
}

.call_section li {
    float: left;
    font-size: 18px;
    padding: 5px 15px;
    color: #fff9f9;
}

.call_section li a {
    color: #f7f0f0;
}

.padding_left_15 {
    padding-left: 10px;
}

.donate_bt {
    width: 50px;
    float: left;
    font-size: 18px;
    padding: 5px 0px;
    color: #fff;
    text-align: right;
}

.donate_bt a {
    color: #fff;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
}

.banner_taital_main {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #f7f7fd;
    font-weight: bold;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7fd;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 170px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #030101;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.about_bt a:hover {
    color: #000;
    background-color: #fcce2d;
}
.about_bt.active a {
    color: #000;
    background-color: #fcce2d;
}

.quote_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191919;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.quote_bt a:hover {
    color: #030101;
    background-color: #fcce2d;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 20px;
    top: 20%;
    background-color: #fff;
    color: #000;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 20%;
}
#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #fff;
    color: #000;
}


/* banner section end */


  /* About Us Section */
  .about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }
  
  .about-image img {
    width: 100%;
    max-width: 390px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  
  .owner-name-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: white;
  color: black;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

 .owner-name-company {
 
  bottom: 10px;
  left: 10px;
  color: black;
  padding: 5px 10px;
  font-weight: 700;
 font-size: 23px;
  
}

  .about-content {
    max-width: 600px;
  }
  
  .about-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #0072ff;
  }
  
  .about-content p {
    font-size: 16px ;
    color: #333;
    line-height: 1.7;
  }
  
  /* Keyframe Animations */
  .animate-left {
    animation: slideFromLeft 1s ease forwards;
    opacity: 0;
  }
  
  .animate-right {
    animation: slideFromRight 1s ease forwards;
    opacity: 0;
  }
  
  @keyframes slideFromLeft {
    from {
      transform: translateX(-100px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slideFromRight {
    from {
      transform: translateX(100px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .about-container {
      flex-direction: column;
      padding: 0 20px;
    }
  
    .about-content h2 {
      font-size: 28px;
    }
  
    .about-content p {
      font-size: 16px;
    }
  }

/* services section start */

/* #services{
    padding: 80px 0;
} */
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .service-card {
    background: #fff;
    padding: 30px 20px;
    width: 250px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .service-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
  }
  
  .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .service-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    max-height: 150px; /* limit height */
    overflow-y: auto; /* scroll if content too long */
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
  
  
  /* Animation */
  .animate-zoom {
    animation: zoomIn 1s ease-in-out;
  }
  
  @keyframes zoomIn {
    from {
      transform: scale(0.8);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .service-card {
      width: 100%;
      max-width: 350px;
    }
  
    .section-title {
      font-size: 28px;
    }
  }
  .why-us-section {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
  }

  .why-us-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
  }

  .why-us-section .subheading {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
  }

  .why-us-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .why-us-cards .card {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .why-us-cards .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .why-us-cards .card h3 {
    color: #222;
    margin-bottom: 10px;
  }

  .why-us-cards .card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
  }
  .our-team-section {
    padding: 60px 20px;
    background-color: #f8f9fb;
    text-align: center;
  }

  .our-team-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
  }

  .our-team-section .subheading {
    font-size: 18px;
    color: #777;
    margin-bottom: 40px;
  }

  .team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .team-card {

    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 220px;
    transition: transform 0.3s ease;
  }

  .team-card:hover {
    transform: translateY(-5px);
  }

  .team-card img {
    width: 100px;
    height: 100px;
    /*object-fit: cover;*/
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .team-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #222;
  }

  .team-card p {
    font-size: 14px;
    color: #666;
  }
/* client section start */

.client_section{
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
    padding: 90px;
}

.client_taital{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.client_taital::after {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    background-color: #f7f6f6;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
}

.client_section_2 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
    display: flex;
}

.client_left{
    width: 30%;
    padding: 50px 0px 0px 40px;
}

.client_right {
    width: 70%;
    padding: 110px 0px 0px 40px;
}

.client_img {
    width: 100%;
}
.client_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.client_name {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding-top: 20px;
}






/* Reviews Section */
#reviews {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f9f9, #e6e6e6);
    text-align: center;
    overflow: hidden;
}

.reviews_title {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
}

/* Reviews Wrapper */
.reviews_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Reviews Container (Auto Scroll) */
.reviews_container {
    display: flex;
    width: 100%;
    animation: scrollReviews 15s linear infinite;
}

/* Review Card */
.review_card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    min-width: 18%; /* Default: Show 3 cards at a time */
    margin: 10px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

/* Review Image */
.review_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #1313e1;
    margin-bottom: 15px;
}

/* Name & Text */
.review_name {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.review_text {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.review_rating {
    color: #1313e1;
    font-size: 18px;
    margin: 5px 0;
}


.moreText {
    display: none;
}

.read-more-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.read-more-btn:hover {
    text-decoration: underline;
}
/* Keyframe Animation */
@keyframes scrollReviews {
    0% {
        transform: translateX(0%);
    }f
    100% {
        transform: translateX(-50%);
    }
}


/* Contact Section Base Styling */
.contact_section {
    padding: 50px 0;
}

.contact_taital {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

.mail_section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    background: #f4f4f4;
}
.contact_content {
    text-align: left;
    padding: 20px;
}

.contact_heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.contact_text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.contact_details {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.contact_details li {
    font-size: 16px;
    color: #444;
    margin-bottom: 8px;
}


/* Map Image Styling */
.map_main img {
    width: 100%;
    height: auto;
    display: block;
}
/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #202020;
    height: auto;
    padding-bottom: 90px;
}

.mail_section {
    width: 100%;
    float: left;
}

.email_text {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #ffffff !important;
    border: 0px;
    padding: 16px 20px 10px 30px;
    height: auto;
    border-radius: 40px;
}


.subscribe_bt {
    width: 350px;
    float: left;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #151515;
    text-align: center;
    background-color: #fcce2d;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 40px;
}
.subscribe_bt a:hover {
    color: #000;
    background-color: #ffffff;
}


.margin_top{
    margin-top: 90px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
}

.call_text a {
    color: #ffffff;
}
.call_text a:hover {
    color: #fcce2d;
}

.container-fluid{
    text-align: center;
}

.footer_section {
    background: #272db8;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.subscribe_box {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.email_input {
    padding: 12px;
    width: 250px;
    border: none;
    border-radius: 5px;
}

.subscribe_btn {
    padding: 12px 20px;
    background: #1313e1;
    border: none;
    color: #222;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe_btn:hover {
    background: #1313e1;
}

.footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.footer_column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer_column h4 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eec53d;
    display: inline-block;
    padding-bottom: 5px;
}

.footer_column p,
.footer_column ul {
    font-size: 14px;
    color: #ccc;
}

.footer_links {
    list-style: none;
    padding: 0;
}

.footer_links li {
    margin: 5px 0;
}

.footer_links a {
    color: #f5f5ff;
    text-decoration: none;
}

.footer_links a:hover {
    text-decoration: underline;
}

/* Social Media Icons */
.social_icons {
    margin-top: 10px;
}

.social_icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fafaff;
    color: #222;
    font-size: 20px;
    margin: 5px;
    transition: 0.3s;
}

.social_icons a:hover {
    background: #1313e1;
    color: #fff;
}

.foo{
    color: #fff6f6;
}


.cta-section{
    background: url('https://i.ibb.co/gMNp0yFv/Whats-App-Image-2025-04-24-at-16-01-37.jpg');
    background-repeat: no-repeat;
        background-size: cover;
    padding: 60px;
    color: white; 

}


/*.cta-section::before {*/
/*    background: url('https://tse2.mm.bing.net/th?id=OIP.ltCgGtzDWSGxsOWmytS-WgHaCP&pid=Api&P=0&h=180');*/

/*    content: "";*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    position: absolute;*/
/*    top: 0; left: 0; right: 0; bottom: 0;*/
/*    z-index: 0;*/
    
/*  }*/

  .cta-container {
    display: flex;

    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }

  .cta-text h1 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .cta-button a {
    background-color: #ffcc57;
    color: black;
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
  }

  .cta-button a:hover {
    background-color: #e6b74e;
  }

  @media (max-width: 768px) {
    .cta-container {
      flex-direction: column;
      text-align: center;
    }
    
    .reviews_container{
            display: flex;
    width: 100%;
    animation: scrollReviews 15s linear infinite;
    flex-wrap: wrap;
    }

    .cta-button {
      margin-top: 20px;
    }
  }



  .services-enquiry-section {
    display: flex;
    justify-content: space-between;
    /* background-color: #1c1b1f; */
    color: #fff;
    padding: 40px;
    gap: 30px;
    flex-wrap: wrap;
    border-radius: 12px;
    font-family: Arial, sans-serif;
  }
  
  .services-box, .enquiry-box {
    background-color: #d4b6af;
    padding: 30px;
    border-radius: 12px;
    flex: 1 1 45%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  
  .services-box h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
  }
  
  .services-box p {
    color: #190606;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .service-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    text-align: center;
  }
  
  .service-tags button {
    background-color: #1313e1;
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .service-tags button:hover {
    background-color: #1313e1;
  }
  
  .enquiry-box h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
  
  .enquiry-box p {
    text-align: center;
    margin-bottom: 20px;
    color: #190606;
  }
  
  .enquiry-box form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .enquiry-box input, .enquiry-box textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
  }
  
  .enquiry-box textarea {
    resize: vertical;
    min-height: 80px;
  }
  
  .enquiry-box button {
    background-color: #1313e1;
    border: none;
    padding: 12px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .enquiry-box button:hover {
    background-color: #1313e1;
  }
  



