body {

	background-color: #FFF;

	font-family: 'Poppins', sans-serif;

	font-size: 14px;

	font-weight: 500;

	color: #000;

	padding: 0;

	margin: 0;

	overflow-x: hidden;

}



a {

	color: #23252d;

	outline: 0 none;

	text-decoration: none;

}



a:hover,

a:focus {

	text-decoration: none;

	outline: 0 none;

}



a:active,

a:hover,

a:focus {

	color: #d7b39a;

}



p {

	font-family: 'Poppins', sans-serif;

}



p a {

	color: #4c4c4c;

}



img {

	border-style: none;

	height: auto;

	max-width: 100%;

	vertical-align: middle;

}



hr {

	clear: both;

}



section,

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

summary {

	display: block;

}



address {

	font-style: italic;

}



table {

	background-color: transparent;

	width: 100%;

}



table thead th {

	padding: 12px 8px !important;

	background-color: #f2f2f2;

}



table td {

	padding: 15px 10px !important;

}



@media only screen and ( max-width:360px) {

	table td {

		word-break: break-all;

	}

}



p,

address,

pre,

hr,

ul,

ol,

dl,

dd,

table {

	margin-bottom: 24px;

}



.overflow-hide {

	overflow: hidden;

}



.overflow-auto {

	overflow: auto;

}



.clear {

	clear: both;

}



.pull-none {

	float: none;

}



::selection {

	background: #23252d;

	color: #fff;

}



::-moz-selection {

	background: #23252d;

	color: #fff;

}



::-webkit-selection {

	background: #23252d;

	color: #fff;

}



@media only screen and (max-width:600px) {

	.col-xs-100pc {

		width: 100%;

	}

}





/*____HEADING & TITLE 

======================================*/



h1,

h2,

h3,

h4,

h5,

h6 {

	margin-bottom: 10px;

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

	color: #23252d;

}

h1 a.sx-text-white,

h2 a.sx-text-white,

h3 a.sx-text-white,

h4 a.sx-text-white,

h5 a.sx-text-white,

h6 a.sx-text-white{

	color: #fff;

}



h1 a:hover,

h2 a:hover,

h3 a:hover,

h4 a:hover,

h5 a:hover,

h6 a:hover {

	color: #d7b39a;

}

h1 a.sx-text-white:hover,

h2 a.sx-text-white:hover,

h3 a.sx-text-white:hover,

h4 a.sx-text-white:hover,

h5 a.sx-text-white:hover,

h6 a.sx-text-white:hover {

	color: #d7b39a;

}



h1 {

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

	font-size: 50px;

	color: #000;

}



h2 {

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	font-size: 44px;

	color: #000;

}



h3 {

	font-family: 'Poppins', sans-serif;

	font-weight: 400;

	font-size: 22px;

	color: #000;

	margin-bottom: 20px;

}



h4 {

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

	font-size: 22px;

	color: #000;

	margin-bottom: 15px;

}



h5 {

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

	font-size: 18px;

	color: #000;

	margin-bottom: 10px;

}



h6 {

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

	font-size: 16px;

	color: #000;

	margin-bottom: 10px;

}



.display-inline {

	display: inline;

}



.display-inline-block {

	display: inline-block;

}



.display-block {

	display: block;

}





/*____TEXT & PARAGRAPH 

======================================*/



p {

	line-height: 24px;

	margin-bottom: 20px;

}



strong {

	font-weight: 600;

}

/* contact section home page********************************** */



/* Contact Section Layout */

.contact-sectionZ {

  padding: 80px 0px;

  background-color: #f9f9f9;

}



.contact-wrapperZ {

  display: flex;

  flex-wrap: wrap;

  gap: 40px;

}



.contact-detailsZ,

.contact-formZ {

  flex: 1;

  min-width: 300px;

}



/* Form Styling */

.contact-formZ form {

  display: flex;

  flex-direction: column;

}



.form-groupZ {

  margin-bottom: 20px;

}



.form-groupZ input,

.form-groupZ textarea {

  width: 100%;

  padding: 10px;

  border: 1px solid #ccc;

  border-radius: 4px;

}



.contact-btn {

  padding: 12px 25px;

  background-color: #333;

  color: #fff;

  border: none;

  border-radius: 3px;

  cursor: pointer;

}



.contact-btn:hover {

  background-color: #555;

}





/* about us page ************************************/



.containerY {

      display: flex;

      flex-wrap: wrap;

      max-width: 1400px;

      margin: 50px auto;

      background: #fff;

      box-shadow: 0 0 5px rgba(0,0,0,0.1);

    }

    .about-leftY {

      flex: 1;

      min-width: 60%;

      padding: 30px;

      box-sizing: border-box;

      /* border-right: 1px solid #ddd; */

    }

    .about-scroll-boxY {

      max-height: 500px;

      overflow-y: auto;

      /* border: 1px solid */

      padding: 20px;

      box-sizing: border-box;

      background: #fafafa;

    }

    .about-scroll-boxY h2 {

      margin-top: 0;

      font-size: 20px;



    }

    .enquiry-rightY {

      flex: 1;

      min-width: 40%;

      padding: 30px;

      box-sizing: border-box;

    }

    form {

      display: flex;

      flex-direction: column;

    }

    input, textarea {

      padding: 10px;

      margin-bottom: 15px;

      font-size: 14px;

      border: 1px solid #ccc;

      border-radius: 4px;

    }

    button {

      padding: 10px;

      font-size: 16px;

      background: #ccc;

      color: white;

      border: none;

      border-radius: 4px;

      cursor: pointer;

    }

    button:hover {

      background: #666666;

    }

    @media (max-width: 768px) {

      .containerY {

        flex-direction: column;

      }

      .about-leftY, .enquiry-rightY {

        border: none;

      }

    }



    .form-groupZ label {

  display: block;

  margin-bottom: 4px !important;   /* smaller gap */

  font-size: 0.95rem !important;   /* slightly smaller if you like */

  font-weight: 500 !important;

}



    /* Home automation  */

    .home-automation-container {

      width:390px !important;

      height: 340px !important;



    }



/* Step 1: Remove Bootstrap's default padding from container globally */

.container {

  max-width: 1440px !important;

  padding-left: 0 !important;

  padding-right: 0 !important;

  margin-left: auto;

  margin-right: auto;

}



/* Step 2: Optional - create custom container for stricter control */

.site-container {

  max-width: 1440px;

  width: 100%;

  margin-left: auto;

  margin-right: auto;

  padding: 0 15px; /* Small padding for breathing room on small screens */

}



/* Step 3: Force full-width for outer backgrounds */

.section-full,

.section-content,

.footer-top,

.footer-bottom {

  width: 100%;

  margin: 0;

  padding: 0;

}





/* about main page */

.about-heading{

 margin-top: 300px !important;

}







/* ********************************************************RESPONSIVENESS CODE****************************************************** */



/* navbar  */
@media (max-width: 1350px) {
  .top-bar .container .site-container .list-unstyled{
    display: flex;
    justify-content:  flex-end; /* ensures logo aligns left */
    align-items: center;
    flex-wrap: wrap;
  }

  .logo-header {
    order: 0 !important;
    flex: 0 0 auto;
    margin-right: auto; /* pushes other items to the right */
  }

  .extra-nav {
    margin-left: auto; /* stays right */
  }
}





@media (max-width: 1320px) {
  .extra-nav {
    display: none !important;
  }
}



/* Responsive styles for screens below 1320px */
@media (max-width: 1336px) {
  .header-nav .navbar-nav > li:nth-child(n):has(a[title="Blog"]) {
    display: none !important;
  }
}


/* Hide Blog menu below 1336px */
@media (max-width: 1336px) {
  .header-nav .navbar-nav > li.nav-blog {
    display: none !important;
  }
}

/* Container adjustments */
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .site-container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .logo-header {
    flex-shrink: 0;
    max-width: 200px;
  }

  .logo-header img {
    max-height: 50px;
    width: auto;
  }

  .header-nav {
    flex: 1;
    min-width: 0;
  }

  .header-nav .navbar-nav {
    flex-wrap: wrap;
    gap: 5px;
  }

  .header-nav .navbar-nav > li {
    margin-right: 10px;
  }

  .header-nav .navbar-nav > li > a {
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .header-nav .sub-menu {
    min-width: 200px;
    left: 0;
    right: auto;
  }

  .header-nav .sub-menu li a {
    padding: 8px 15px;
    font-size: 13px;
  }

  .extra-nav {
    flex-shrink: 0;
    margin-left: auto;
  }

  .get-in-touch-btn {
    padding: 8px 15px;
    font-size: 13px;
    white-space: nowrap;
  }

  .navbar-toggler {
    display: block;
    order: 2;
    margin-left: auto;
    margin-right: 15px;
  }

  .header-nav.collapse:not(.show) {
    display: none;
  }

  .header-nav.collapse.show {
    display: block;
    width: 100%;
    order: 3;
    margin-top: 15px;
  }

  .header-nav.collapse.show .navbar-nav {
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px;
  }

  .header-nav.collapse.show .navbar-nav > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .header-nav.collapse.show .navbar-nav > li > a {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
  }

  .header-nav.collapse.show .navbar-nav > li:last-child > a {
    border-bottom: none;
  }

  .header-nav.collapse.show .sub-menu {
    position: static;
    box-shadow: none;
    background: #f8f9fa;
    margin-top: 5px;
    border-radius: 5px;
    display: none;
  }

  .header-nav.collapse.show .navbar-nav > li:hover .sub-menu {
    display: block;
  }

  .site-container {
    position: relative;
  }

  .logo-header {
    order: 1;
  }

  .extra-nav {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* Medium screens: 1200px */
@media (max-width: 1200px) {
  .header-nav .navbar-nav > li > a {
    padding: 8px 8px;
    font-size: 13px;
  }

  .header-nav .navbar-nav > li {
    margin-right: 5px;
  }
}

/* Tablet landscape: 1024px */
@media (max-width: 1024px) {
  .navbar-toggler {
    display: block !important;
  }

  .header-nav:not(.show) {
    display: none !important;
  }

  .site-container {
    justify-content: space-between;
  }

  .extra-nav {
    order: 2;
    margin-left: 15px;
  }
}

/* Tablets: 768px */
@media (max-width: 768px) {
  .logo-header img {
    max-width: 150px;
  }

  .get-in-touch-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .header-nav .navbar-nav > li > a {
    font-size: 13px;
    color: #a8a6a6;

  }
}

/* Mobile phones: 576px */
@media (max-width: 576px) {
  .logo-header img {
    max-width: 130px;
  }

  .top-bar {
    text-align: center;
  }

  .e-p-bx {
    flex-direction: column;
    align-items: center;
  }

  .get-in-touch-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .header-nav .navbar-nav > li > a {
    font-size: 12px;
    color: #000;

  }
}

/* Small mobile: 430px */
@media (max-width: 430px) {
  .logo-header img {
    max-height: 40px;
  }

  .get-in-touch-btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  .navbar-toggler {
    margin-right: 10px;
  }

  .header-nav .navbar-nav > li > a {
    font-size: 11.5px;
    padding: 10px 12px;
    color: #000;
  }
}


@media (max-width: 1320px) {

    

    /* Main container adjustments */

    .container {

        max-width: 100%;

        padding-left: 15px;

        padding-right: 15px;
        color: #000;

    }

    

    .site-container {

        flex-wrap: wrap;

        gap: 10px;

    }

    

    /* Logo adjustments */

    .logo-header {

        flex-shrink: 0;

        max-width: 150px;

    }

    

    .logo-header img {

        max-height: 50px;

        width: auto;

    }

    

    /* Navigation adjustments */

    .header-nav {

        flex: 1;

        min-width: 0;

    }

    

    .header-nav .navbar-nav {

        flex-wrap: wrap;

        gap: 5px;

    }

    

    .header-nav .navbar-nav > li {

        margin-right: 10px;

    }

    

    .header-nav .navbar-nav > li > a {

        padding: 8px 12px;

        font-size: 14px;

        white-space: nowrap;

    }

    

    /* Dropdown menu adjustments */

    .header-nav .sub-menu {

        min-width: 200px;

        left: 0;

        right: auto;

    }

    

    .header-nav .sub-menu li a {

        padding: 8px 15px;

        font-size: 13px;

    }

    

    /* Extra nav (phone number) adjustments */

    .extra-nav {

        flex-shrink: 0;

        margin-left: auto;

    }

    

    .get-in-touch-btn {

        padding: 8px 15px;

        font-size: 13px;

        white-space: nowrap;

    }

    

    /* Show mobile toggle button */

    .navbar-toggler {

        display: block;

        order: 2;

        margin-left: auto;

        margin-right: 15px;

    }

    

    /* Hide navigation by default on smaller screens */

    .header-nav.collapse:not(.show) {

        display: none;

    }

    

    .header-nav.collapse.show {

        display: block;

        width: 100%;

        order: 3;

        margin-top: 15px;

    }

    

    .header-nav.collapse.show .navbar-nav {

        flex-direction: column;

        width: 100%;

        background: #fff;

        border-radius: 5px;

        box-shadow: 0 2px 10px rgba(0,0,0,0.1);

        padding: 15px;

    }

    

    .header-nav.collapse.show .navbar-nav > li {

        width: 100%;

        margin-right: 0;

        margin-bottom: 5px;

    }

    

    .header-nav.collapse.show .navbar-nav > li > a {

        display: block;

        width: 100%;

        text-align: left;

        border-bottom: 1px solid #eee;

        padding: 12px 15px;

    }

    

    .header-nav.collapse.show .navbar-nav > li:last-child > a {

        border-bottom: none;

    }

    

    /* Dropdown in mobile */

    .header-nav.collapse.show .sub-menu {

        position: static;

        box-shadow: none;

        background: #f8f9fa;

        margin-top: 5px;

        border-radius: 5px;

        display: none;

    }

    

    .header-nav.collapse.show .navbar-nav > li:hover .sub-menu {

        display: block;

    }

    

    /* Adjust site container layout for mobile navigation */

    .site-container {

        position: relative;

    }

    

    /* Keep logo and toggle button on same line */

    .logo-header {

        order: 1;

    }

    

    .extra-nav {

        order: 3;

        width: 100%;

        text-align: center;

        margin-top: 10px;

    }

}



/* Additional breakpoint for very tight layouts */

@media (max-width: 1200px) {

    .header-nav .navbar-nav > li > a {

        padding: 8px 8px;

        font-size: 13px;
        color: #000;


    }

    

    .header-nav .navbar-nav > li {

        margin-right: 5px;
        color: #000;


    }

}



/* Tablet landscape orientation */

@media (max-width: 1024px) {

    .navbar-toggler {

        display: block !important;
        color: #000;


    }

    

    .header-nav:not(.show) {

        display: none !important;

    }

    

    .site-container {

        justify-content: space-between;

    }

    

    .extra-nav {

        order: 2;

        margin-left: 15px;

    }

}



/* *****************************************hero section*************************************************** */





/* Tablet: ≤ 991px */

@media (max-width: 991px) {

  /* Title */

  #slide-72-layer-4 {

    font-size: 2.5rem !important;       /* ~40px */

    line-height: 3.2rem !important;

    width: 80% !important;

  }



  /* Paragraph */

  #slide-72-layer-5 {

    font-size: 1rem !important;         /* ~16px */

    line-height: 1.6rem !important;

    width: 80% !important;

  }



  /* Button: small top margin tweak if needed */

  #slide-72-layer-6 {

    margin-top: 10px;

  }



  /* Borders thinner */

  #slide-72-layer-8 {

    border-left: 20px solid #eef1f2 !important;

  }

  #slide-72-layer-7 {

    border-bottom: 50px solid #eef1f2 !important;

  }



  /* Make slider background image look smaller */

  .rev-slidebg {

    background-size: 80% !important;

  }



   #rev_slider_26_1_wrapper,

  #rev_slider_26_1 {

    height: 50vh !important;   /* 80% of viewport height */

  }

  .tp-fullwidth-forcer{

    height: 50vh !important;   /* 80% of viewport height */



  }

}



/* Large mobiles & tablet portrait: ≤ 767px */

@media (max-width: 767px) {

  #slide-72-layer-4 {

    font-size: 2rem !important;        /* ~32px */

    line-height: 2.8rem !important;

    width: 90% !important;

  }

  



  #slide-72-layer-5 {

    font-size: 0.95rem !important;     /* ~15px */

    line-height: 1.5rem !important;

    width: 90% !important;

  }



  #slide-72-layer-8 {

    border-left: 15px solid #eef1f2 !important;

  }

  #slide-72-layer-7 {

    border-bottom: 40px solid #eef1f2 !important;

  }



  .rev-slidebg {

    background-size: 70% !important;

  }



   #rev_slider_26_1_wrapper,

  #rev_slider_26_1 {

    height: 50vh !important;   /* 80% of viewport height */

  }

  .tp-fullwidth-forcer{

    height: 50vh !important;   /* 80% of viewport height */



  }

}



/* Large phones: ≤ 567px */

@media (max-width: 567px) {

  #slide-72-layer-4 {

    font-size: 1.6rem !important;       /* ~26px */

    line-height: 2.4rem !important;

    width: 90% !important;

  }



  #slide-72-layer-5 {

    font-size: 0.9rem !important;      /* ~14px */

    line-height: 1.4rem !important;

    width: 90% !important;

  }



  #slide-72-layer-8 {

    border-left: 10px solid #eef1f2 !important;

  }

  #slide-72-layer-7 {

    border-bottom: 30px solid #eef1f2 !important;

  }



  .rev-slidebg {

    background-size: 60% !important;

  }



   #rev_slider_26_1_wrapper,

  #rev_slider_26_1 {

    height: 40vh !important;   /* 80% of viewport height */

  }

  .tp-fullwidth-forcer{

    height: 40vh !important;   /* 80% of viewport height */



  }

}



/* Small phones: ≤ 415px */

@media (max-width: 415px) {

  #slide-72-layer-4 {

    font-size: 1.4rem !important;      /* ~22px */

    line-height: 2.2rem !important;

    width: 95% !important;

  }



  #slide-72-layer-5 {

    font-size: 0.85rem !important;     /* ~13px */

    line-height: 1.3rem !important;

    width: 95% !important;

  }



  #slide-72-layer-8 {

    border-left: 8px solid #eef1f2 !important;

  }

  #slide-72-layer-7 {

    border-bottom: 20px solid #eef1f2 !important;

  }



  .rev-slidebg {

    background-size: 55% !important;

  }



   #rev_slider_26_1_wrapper,

  #rev_slider_26_1 {

    height: 40vh !important;   /* 80% of viewport height */

  }

  .tp-fullwidth-forcer{

    height: 40vh !important;   /* 80% of viewport height */



  }

}

/* Optional: Reduce height for smaller screens to avoid overflow */
@media (max-width: 991px) {
  #rev_slider_26_1_wrapper,
  #rev_slider_26_1,
  .tp-fullwidth-forcer {
    height: 60vh !important;
    overflow: hidden !important;
  }
}

@media (max-width: 576px) {
  #rev_slider_26_1_wrapper,
  #rev_slider_26_1,
  .tp-fullwidth-forcer {
    height: 50vh !important;
  }
}

/* Tablet: ≤ 991px */
@media (max-width: 991px) {
  .rev-slidebg {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #rev_slider_26_1_wrapper,
  #rev_slider_26_1,
  .tp-fullwidth-forcer {
    height: 65vh !important;
  }
}

/* Mobile: ≤ 767px */
@media (max-width: 767px) {
  .rev-slidebg {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #rev_slider_26_1_wrapper,
  #rev_slider_26_1,
  .tp-fullwidth-forcer {
    height: 55vh !important;
  }
}

/* Small Phones: ≤ 576px */
@media (max-width: 576px) {
  .rev-slidebg {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #rev_slider_26_1_wrapper,
  #rev_slider_26_1,
  .tp-fullwidth-forcer {
    height: 50vh !important;
  }
}

/* Extra Small: ≤ 415px */
@media (max-width: 415px) {
  .rev-slidebg {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #rev_slider_26_1_wrapper,
  #rev_slider_26_1,
  .tp-fullwidth-forcer {
    height: 45vh !important;
  }
}



/* .******************************************************ABOUT US SECTION************************************************* */





/* Tablet: ≤ 991px */

@media (max-width: 991px) {

  .section-full {

    padding-top: 60px !important;

    padding-bottom: 60px !important;

    background-size: cover !important;

    background-position: center center !important;

  }



  .about-home-left .sx-tilte {

    font-size: 1.8rem !important;     /* ~28px */

    line-height: 2.5rem !important;

  }

  .about-home-left {

    padding-top: 10px !important;

    padding-bottom: 10px !important;

     margin-bottom: 15px !important;

  }



  .about-home-left p {

    font-size: 1rem !important;       /* ~16px */

    line-height: 1.6rem !important;

  }



  .about-home-before img {

    max-width: 80% !important;

    height: auto !important;

  }



  .about-home .owl-carousel .item img {

    width: 100% !important;

    height: auto !important;

  }

}



/* Large mobiles: ≤ 767px */

@media (max-width: 767px) {

  .section-full {

    padding-top: 50px !important;

    padding-bottom: 50px !important;

  }



  .about-home-left {

    text-align: center !important;

    margin-bottom: 30px;

     padding-top: 10px !important;

    padding-bottom: 10px !important;

  }



  .about-home-left .sx-tilte {

    font-size: 1.6rem !important;     /* ~26px */

    line-height: 2.2rem !important;

  }



  .about-home-left p {

    font-size: 0.95rem !important;    /* ~15px */

    line-height: 1.5rem !important;

    margin-bottom: 10px !important;



  }



  .about-home-before img {

    max-width: 70% !important;

    margin: 0 auto;

    display: block;

  }



  .about-home .owl-carousel .item img {

    width: 100% !important;

    height: auto !important;

  }



}



/* Large phones: ≤ 567px */

@media (max-width: 567px) {

  .section-full {

    padding-top: 40px !important;

    padding-bottom: 40px !important;

  }



  .about-home-left .sx-tilte {

    font-size: 1.4rem !important;     /* ~22px */

    line-height: 2rem !important;

  }



  .about-home-left p {

    font-size: 0.9rem !important;     /* ~14px */

    line-height: 1.4rem !important;

    margin-bottom: 8px !important;



  }



  .about-home-before img {

    max-width: 65% !important;

  }

  .about-home-left {

    padding-top: 10 !important;

    padding-bottom: 10 !important;

  }

  



}



/* Small phones: ≤ 415px */

@media (max-width: 415px) {

  .section-full {

    padding-top: 30px !important;

    padding-bottom: 30px !important;

  }



  .about-home-left {

    padding-top: 10 !important;

    padding-bottom: 10 !important;

    /* margin-top: 20px; */

  }

  .about-home-left p {

    margin-bottom: 6px !important;

    font-size: 0.75rem !important;    /* ~13px */

    line-height: 1.3rem !important;

  }

 



  .about-home-left .sx-tilte {

    font-size: 1.2rem !important;     /* ~19px */

    line-height: 1.8rem !important;

     /* display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis; */

  }

  .about-home-before img {

    max-width: 40% !important;

  }

}











/* all services home page  **************************************************************************************/



/* Tablet landscape: ≤ 991px */

@media (max-width: 991px) {

  /* Text adjustments */

  .sx-info p {

    font-size: 0.95rem;

  }

  .sx-tilte {

    font-size: 1.2rem;

  }

  .mfp-link i {

    font-size: 1.1rem;

  }



  /* Container size */

  .filter-carousal-1 .item,

  .sx-box {

    max-width: 300px;

    max-height: 400px;



   margin-bottom: 60px;

   border-radius: 18px;

    padding: 0;

  }



  /* Parent carousel wrapper */

  .filter-carousal-1 {

    max-width: 100%;

    margin: 0 auto;

  }



  /* Image inside stays responsive */

  .sx-thum-bx img {

    width: 100%;

    height: auto;

  }

}



/* Tablet portrait & large mobiles: ≤ 767px */

@media (max-width: 767px) {

  /* Text adjustments */

  .sx-info p {

    font-size: 0.9rem;

  }

  .sx-tilte {

    font-size: 1.1rem;

  }

  .mfp-link {

    bottom: 5px;

    right: 5px;

  }

  .mfp-link i {

    font-size: 1rem;

  }

  .sx-info {

    padding-top: 15px;

  }



  /* Container size smaller */

  .filter-carousal-1 .item,

  .sx-box {

    max-width: 300px;

    max-height: 400px;

    border-radius: 20px;

    /* margin-right: 1px; */

    margin-left: 13px;

    /* margin-top: 10px; */

   margin-bottom: 60px;

    padding: 0;

  }



  /* Image responsive */

  .sx-thum-bx img {

    width: 100%;

    height: auto;

  }



  /* Carousel adjustments */

  .owl-carousel .item {

    width: 100% !important;

  }

  .owl-carousel.owl-carousel-filter .owl-item {

    width: 100%;

  }

  .owl-carousel.owl-carousel-filter .owl-nav {

    margin-bottom: 20px;

  }



  /* Optional: center items if parent forces wide layout */

  .filter-carousal-1 {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

  }

}



/* Large phones: ≤ 567px */

@media (max-width: 567px) {

  .sx-tilte {

    font-size: 1rem;

  }

  .sx-info p {

    font-size: 0.85rem;

  }

  .mfp-link i {

    font-size: 0.9rem;

  }

  .sx-info {

    padding-top: 10px;

  }



  /* Even smaller container */

  .filter-carousal-1 .item,

  .sx-box {

    max-width: 230px;

    max-height: 300px;



   /* margin-bottom: 40px; */

   margin-left: 7px;

    padding: 0;

  }



  /* Image stays responsive */

  .sx-thum-bx img {

    width: 100%;

    height: 100%;

  }

}



/* Small phones: ≤ 415px */

@media (max-width: 415px) {

  .filter-carousal-1 .item,

  .sx-box {

    max-width: 300px;

    max-height: 400px;

   margin-left: 15px;

   margin-right: 2px;





   /* margin-bottom: 60px; */

    padding: 0;

  }



  .sx-thum-bx img {

    width: 100%;



    height: 100%;

  }

}





/* *****************************service process section********************************* */



/* Tablet: ≤ 991px */

@media (max-width: 991px) {

  .section-full {

    padding-top: 60px !important;

    padding-bottom: 40px !important;

  }



  .sx-icon-box-wraper .sx-tilte {

    font-size: 1.4rem !important;       /* ~22px */

    line-height: 2rem !important;

  }



  .sx-icon-box-wraper p {

    font-size: 1rem !important;         /* ~16px */

    line-height: 1.6rem !important;

    margin-bottom: 10px !important;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }



  .icon-xl {

    font-size: 2.2rem !important;       /* icon size smaller */

  }



  .icon-count-number {

    font-size: 1.6rem !important;

  }



  .icon-count-2 {

    padding: 20px !important;

  }

}



/* Large mobiles: ≤ 767px */

@media (max-width: 767px) {

  .section-full {

    padding-top: 50px !important;

    padding-bottom: 30px !important;

  }

  /* 2grid layout  */

  .col-md-6.col-sm-12 {

    width: 50% !important;

    flex: 0 0 50% !important;

    max-width: 50% !important;

  }



  .sx-icon-box-wraper .sx-tilte {

    font-size: 1.3rem !important;       /* ~20px */

    line-height: 1.8rem !important;

  }



  .sx-icon-box-wraper p {

    font-size: 0.95rem !important;      /* ~15px */

    line-height: 1.5rem !important;

    margin-bottom: 8px !important;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }



  .icon-xl {

    font-size: 2rem !important;

  }



  .icon-count-number {

    font-size: 1.4rem !important;

  }



  .icon-count-2 {

    padding: 18px !important;

  }

}



/* Large phones: ≤ 567px */

@media (max-width: 567px) {

  .section-full {

    padding-top: 40px !important;

    padding-bottom: 25px !important;

  }



  /* 2 grid layout */



  .col-md-6.col-sm-12 {

    width: 50% !important;

    flex: 0 0 50% !important;

    max-width: 50% !important;

  }



  .sx-icon-box-wraper .sx-tilte {

    font-size: 1.2rem !important;       /* ~19px */

    line-height: 1.7rem !important;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }



  .sx-icon-box-wraper p {

    font-size: 0.9rem !important;       /* ~14px */

    line-height: 1.4rem !important;

    margin-bottom: 6px !important;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }



  .icon-xl {

    font-size: 1.8rem !important;

  }



  .icon-count-number {

    font-size: 1.3rem !important;

  }



  .icon-count-2 {

    padding: 15px !important;

  }

}



/* Small phones: ≤ 415px */

@media (max-width: 415px) {

  .section-full {

    padding-top: 30px !important;

    padding-bottom: 20px !important;

  }



  .col-md-6.col-sm-12 {

    width: 100% !important;

    flex: 0 0 100% !important;

    max-width: 100% !important;

  }



  .sx-icon-box-wraper .sx-tilte {

    font-size: 1.1rem !important;       /* ~17px */

    line-height: 1.5rem !important;

  }



  .sx-icon-box-wraper p {

    font-size: 0.85rem !important;      /* ~13px */

    line-height: 1.3rem !important;

    margin-bottom: 5px !important;

     display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }



  .icon-xl {

    font-size: 1.6rem !important;

  }



  .icon-count-number {

    font-size: 1.2rem !important;

  }



  .icon-count-2 {

    padding: 12px !important;

  }

}







/******************************** contact section home page********************************** */

/* Tablet: ≤ 991px */

@media (max-width: 991px) {

  .contact-sectionZ {

    padding: 50px 0px !important;

  }



  .contact-detailsZ h2 {

    font-size: 1.8rem !important;        /* ~28px */

  }



  .contact-detailsZ p {

    font-size: 1rem !important;          /* ~16px */

    line-height: 1.6rem !important;

    margin-bottom: 8px !important;

  }



  .contact-btn {

    padding: 10px 20px !important;

    font-size: 1rem !important;

  }

}



/* Large mobiles: ≤ 767px */

@media (max-width: 767px) {

  .contact-sectionZ {

    padding: 40px 0px !important;

  }



  .contact-wrapperZ {

    flex-direction: column !important;

    gap: 10px !important;

  }



  .contact-detailsZ h2 {

    font-size: 1.6rem !important;        /* ~26px */

  }



  .contact-detailsZ p {

    font-size: 0.95rem !important;       /* ~15px */

  }



  .form-groupZ {

    margin-bottom: 11px !important;

  }



  .contact-btn {

    padding: 10px 18px !important;

    font-size: 0.95rem !important;

  }

}



/* Large phones: ≤ 567px */

@media (max-width: 567px) {

  .contact-sectionZ {

    padding: 20px 0px !important;

  }



  .contact-detailsZ h2 {

    font-size: 1.4rem !important;        /* ~22px */

  }



  .contact-detailsZ p {

    font-size: 0.9rem !important;        /* ~14px */

  }



  .form-groupZ {

    margin-bottom: 10px !important;

  }



  .contact-btn {

    padding: 9px 16px !important;

    font-size: 0.9rem !important;

  }

}



/* Small phones: ≤ 415px */

@media (max-width: 415px) {

  .contact-sectionZ {

    padding: 10px 1px !important;

    /* padding-right: 5px !important; */

  }



  .contact-detailsZ h2 {

    font-size: 1.2rem !important;        /* ~20px */

    margin-bottom: 3px;

  }



  .contact-detailsZ p {

    font-size: 0.85rem !important;       /* ~13px */

    /* margin-top: 1px; */



  }



  .form-groupZ {

    margin-bottom: 1px !important;

  }



  .contact-btn {

    padding: 8px 14px !important;

    font-size: 0.85rem !important;

  }

}



/* **********************************************FOOTER SECTION**************************************************** */



@media (max-width: 1321px) {

  .widget .widget_address{
    color: #fff;
  }

}

@media (max-width: 1321px) {
.call-to-action-left span{
  color: #fff;
}




}



















/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$   ABOUT US PAGE   ********************************** */





/* For ≤ 991px */

@media (max-width: 991px) {

  .sx-bnr-inr {

    height: 230px !important;

  }

  .banner-title-name h2 {

    font-size: 1.9rem;

  }

  .banner-title-name p {

    font-size: 0.85rem;

  }

}



/* For ≤ 767px */

@media (max-width: 767px) {

  .sx-bnr-inr {

    height: 210px !important;

  }

  .banner-title-name h2 {

    font-size: 1.6rem;

  }

  .banner-title-name p {

    font-size: 0.80rem;

    padding: 0 10px;

  }

}



/* For ≤ 567px */

@media (max-width: 567px) {

  .sx-bnr-inr {

    height: 190px !important;

  }

  .banner-title-name h2 {

    font-size: 1.4rem;

  }

  .banner-title-name p {

    font-size: 0.75rem;

    padding: 0 8px;

  }

}



/* For ≤ 415px */

@media (max-width: 415px) {

  .sx-bnr-inr {

     height: 170px !important;

  }

  .banner-title-name h2 {

    font-size: 1.2rem;

  }

  .banner-title-name p {

    font-size: 0.75rem;

    padding: 0 5px;

  }

}





/* ****************************** ABOUT US SCROLLABLE PARA ************************************** */



/* For ≤ 991px */

@media (max-width: 991px) {

  .containerY {

    flex-direction: column;

    margin: 30px auto;

  }

  .about-leftY, .enquiry-rightY {

    min-width: 100%;

    padding: 20px;

  }

  .about-scroll-boxY {

    max-height: 400px;

  }

  .about-scroll-boxY h2 {

    font-size: 2.1rem;

   }

    .enquiry-rightY h2 {

    font-size: 1.9rem;

  }

}



/* For ≤ 767px */

@media (max-width: 767px) {

  .containerY {

    margin: 20px auto;

  }

  .about-scroll-boxY {

    max-height: 350px;

    padding: 15px;

  }

  input, textarea {

    font-size: 13px;

  }

  button {

    font-size: 15px;

  }

  .enquiry-rightY h2 {

    font-size: 1.6rem;

  }

  .about-scroll-boxY h2 {

    font-size: 1.9rem;

    font-weight: 450;

   }

}



/* For ≤ 567px */

@media (max-width: 567px) {

  .containerY {

    margin: 15px auto;

  }

  .about-scroll-boxY {

    max-height: 300px;

    padding: 10px;

  }

 .enquiry-rightY h2 {

    font-size: 1.4rem;

  }

  input, textarea {

    font-size: 12px;

  }

  button {

    font-size: 14px;

  }

   .about-scroll-boxY h2 {

    font-size: 1.7rem;

   }

}



/* For ≤ 415px */

@media (max-width: 415px) {

  .about-scroll-boxY {

    max-height: 250px;

    padding: 8px;

  }

.enquiry-rightY h2 {

    font-size: 1.2rem;

  }

  input, textarea {

    font-size: 12px;

    margin-bottom: 10px;

  }

  button {

    font-size: 13px;

    padding: 8px;

  }

  .about-scroll-boxY h2 {

    font-size: 1.4rem;

    font-weight: 550;

   }

}



/* ******************* SMALL EFFECT SECTION WITH VIDEO************************************* */



/* ✅ Responsive styles for about + video section */



/* For ≤991px */

@media (max-width: 991px) {

  .about-home-3 {

    margin-top: 30px;

    padding: 20px;

  }



  .video-section-full-v2 {

    margin-top: 30px;

  }



  .video-section-full-v2 .video-section-full {

    height: 300px; /* reduce video block height */

    background-size: cover;

  }



  .video-section-bottom h3 {

    font-size: 1.5rem;

    line-height: 1.4;

  }

}



/* For ≤767px */

@media (max-width: 767px) {

  .about-home-3 {

    padding: 15px;

  }



  .video-section-full-v2 .video-section-full {

    height: 250px;

  }



  .video-section-bottom h3 {

    font-size: 1.3rem;

  }



  .about-home-3 ul li {

    font-size: 0.95rem;

  }

}



/* For ≤567px */

@media (max-width: 567px) {

  .about-home-3 {

    margin-top: 20px;

    padding: 15px;

  }



  .video-section-full-v2 .video-section-full {

    height: 220px;

  }



  .video-section-bottom h3 {

    font-size: 1.1rem;

  }

}



/* For ≤415px */

@media (max-width: 415px) {

  .about-home-3 h3 {

    font-size: 1rem;

  }



  .about-home-3 p,

  .about-home-3 ul li {

    font-size: 0.9rem;

  }



  .video-section-full-v2 .video-section-full {

    height: 200px;

  }



  .video-section-bottom h3 {

    font-size: 0.7rem;

  }

}



/* *****************************************WHAT WE D0************************** */







/* ✅ Responsive styles for What We Do section */



/* For ≤991px */

@media (max-width: 991px) {

  .number-block-three {

    margin-bottom: 25px;

  }



  .number-block-three .sx-media img {

    width: 100%;

    height: auto;

  }



  .figcaption {

    padding: 20px;

  }



  .figcaption h4 {

    font-size: 1.1rem;

  }



  .figcaption-number span {

    font-size: 1.4rem;

  }

  .number-block-three .sx-media img {

    height: 260px;

  }



}



/* For ≤767px */

@media (max-width: 767px) {

  .col-xl-3,

  .col-lg-4,

  .col-md-6 {

    flex: 0 0 100%;

    max-width: 100%;

  }



  .number-block-three {

    margin-bottom: 20px;

  }



  .figcaption h4 {

    font-size: 1rem;

  }



  .figcaption-number span {

    font-size: 1.2rem;

  }

  .number-block-three .sx-media img {

    height: 240px;

  }



}



/* For ≤567px */

@media (max-width: 567px) {

  .figcaption {

    padding: 15px;

  }



  .figcaption h4 {

    font-size: 0.95rem;

  }



  .figcaption-number span {

    font-size: 1rem;

  }

  .number-block-three .sx-media img {

    height: 220px;

  }



}



/* For ≤415px */

@media (max-width: 415px) {

  .figcaption h4 {

    font-size: 0.9rem;

  }

  .number-block-three .sx-media img {

    height: 200px;

    /* width: 80%; */

  }

  .figcaption-number span {

    font-size: 0.9rem;

  }



  .figcaption {

    padding: 12px;

  }

}





/* ********************************************STATICS NUMBER********************************** */



/* ✅ Responsive styles for the counter section */



/* For ≤991px */

@media (max-width: 991px) {



  .section-full.p-t80.p-b50 {

    padding-top: 1px !important;

    padding-bottom: 1px !important;

  }



  .sx-count {

    text-align: center;                /* center content */

    padding: 25px !important;          /* reduce padding */

  }

  .sx-count h2 {

    text-align: center !important;     /* center number */

    font-size: 28px;

  }

  .sx-count h4 {

    font-size: 16px;

  }

  .counter-blocks .row {

    margin-left: -8px;

    margin-right: -8px;

  }

  .counter-blocks .row > div {

    padding-left: 8px;

    padding-right: 8px;

    margin-bottom: 16px; /* reduce vertical gap */

  }

  .sx-count {

    padding: 20px !important; /* tighten card content */

  }

}



/* For ≤767px */

@media (max-width: 767px) {



  .section-full.p-t80.p-b50 {

    padding-top: 2px !important;

    padding-bottom: 2px !important;

  }



  .sx-count {

    margin-bottom: 20px !important;

    padding: 20px !important;

  }

  .sx-count h2 {

    font-size: 26px;

  }

  .sx-count h4 {

    font-size: 15px;

  }

  .counter-blocks .row > div {

    width: 50% !important;   /* two columns */

    flex: 0 0 50% !important;

  }

  .counter-blocks .row {

    margin-left: -6px;

    margin-right: -6px;

  }

  .counter-blocks .row > div {

    padding-left: 6px;

    padding-right: 6px;

    margin-bottom: 12px;

  }

  .sx-count {

    padding: 18px !important;

  }

}



/* For ≤567px */

@media (max-width: 567px) {



  .section-full.p-t80.p-b50 {

    padding-top: 2px !important;

    padding-bottom: 1px !important;

  }

  .sx-count {

    padding: 15px !important;

  }

  .sx-count h2 {

    font-size: 24px;

  }

  .sx-count h4 {

    font-size: 14px;

  }

  .counter-blocks .row > div {

    width: 50% !important;

    flex: 0 0 50% !important;

  }

   .counter-blocks .row > div {

    margin-bottom: 10px;

  }

  .sx-count {

    padding: 16px !important;

  }

}



/* For ≤415px */

@media (max-width: 415px) {

  .section-full.p-t80.p-b50 {

    padding-top: 1px !important;

    padding-bottom: 1px !important;

  }

  

  .sx-count h2 {

    font-size: 22px;

  }

  .sx-count h4 {

    font-size: 13px;

  }

  .counter-blocks .row > div {

    width: 50% !important;

    flex: 0 0 50% !important;

  }

   .sx-count {

    padding: 20px !important;

  }

}





/* ******************************************** HOME AAUTOMATION MAIN SERVICE PAGE ******************************* */



/* For ≤ 991px (Tablet landscape / small laptop) */

@media (max-width: 991px) {

  .masonry-item {

    flex: 0 0 33.3333%;

    max-width: 33.3333%;

  }

  .masonry-item .image-effect-one img {

    height: 250px !important;  /* smaller image */

  }

  .project-info.p-a20 {

    padding: 12px !important;

  }

  .project-info h4.sx-tilte {

    font-size: 16px;

  }

  .project-info p {

    font-size: 13px;

  }

  .masonry-item.m-b30 {

    margin-bottom: 20px !important;

  }

}



/* For ≤ 767px (Tablet portrait) */

@media (max-width: 767px) {

  .masonry-item {

    flex: 0 0 50%;

    max-width: 50%;

  }

  .masonry-item .image-effect-one img {

    height: 220px !important;

  }

  .project-info.p-a20 {

    padding: 10px !important;

  }

  .project-info h4.sx-tilte {

    font-size: 15px;

  }

  .project-info p {

    font-size: 12px;

  }

  .masonry-item.m-b30 {

    margin-bottom: 18px !important;

  }

}



/* For ≤ 576px (Large mobile) */

@media (max-width: 576px) {

  .masonry-item {

    flex: 0 0 50%;

    max-width: 50%;

  }

  .masonry-item .image-effect-one img {

    height: 220px !important;

  }

  .project-info.p-a20 {

    padding: 8px !important;

  }

  .project-info h4.sx-tilte {

    font-size: 14px;

  }

  .project-info p {

    font-size: 12px;

  }

  .masonry-item.m-b30 {

    margin-bottom: 15px !important;

  }

}



/* For ≤ 412px (Small mobile) */

@media (max-width: 415px) {

  .masonry-item .image-effect-one img {

    height: 200px ;

  }

  .project-info.p-a20 {

    padding: 10px !important;

  }

  .project-info h4.sx-tilte {

    font-size: 13px;

  }

  .project-info p {

    font-size: 11px;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }

  

}



/* *******************************DETAILS SERVICE PAGE SECTION CONTENT************************* */





/* ************IMAGE AND VIDEO SECTION CONTENT************************* */



/* For ≤ 991px */

@media (max-width: 991px) {

  .service-single-block img {

    width: 100%;

    height: auto;

  }

  .service-single-block h3, 

  .service-single-block h4 {

    font-size: 22px;

    margin-top: 20px !important;

  }

  .single-service-list ul {

    margin-bottom: 15px;

  }

  .service-single-block .sx-media img {

    max-height: 340px;

    object-fit: cover;

  }

  .sx-media.sx-img-effect img {

    max-height: 400px;

    object-fit: cover;

  }

}



/* For ≤ 767px */

@media (max-width: 767px) {

  .service-single-block h3, 

  .service-single-block h4 {

    font-size: 20px;

    margin-top: 18px !important;

  }

  .service-single-block p {

    font-size: 14px;

  }

  .single-service-list .row > div {

    width: 100%;

    margin-bottom: 10px;

  }

  .service-single-block .sx-media img {

    max-height: 300px;

    /* max-width: 450px; */

  }

  .sx-media.sx-img-effect img {

    max-height: 350px;

    /* max-width: 450px; */



  }

}



/* For ≤ 576px */

@media (max-width: 576px) {

  .service-single-block h3, 

  .service-single-block h4 {

    font-size: 18px;

    margin-top: 15px !important;

  }

  .service-single-block p {

    font-size: 13px;

  }

  .single-service-list ul {

    padding-left: 15px;

  }

   .service-single-block .sx-media img {

    max-height: 220px;

  }

  .sx-media.sx-img-effect img {

    max-height: 300px;

  }

}



/* For ≤ 412px */

@media (max-width: 412px) {

  .service-single-block h3, 

  .service-single-block h4 {

    font-size: 16px;

    margin-top: 12px !important;

  }

  .service-single-block p {

    font-size: 12px;

  }

  .single-service-list ul {

    padding-left: 10px;

  }

  .service-single-block .sx-media img {

    max-height: 180px;

  }

  .sx-media.sx-img-effect img {

    max-height: 230px;

  }

}































/* MORE SERVIES */



/* For ≤ 991px (tablet landscape) */

@media (max-width: 991px) {

  

  .about4-section {

    padding: 20px !important;

  }

  .about4-section .widget-title {

    font-size: 18px;

    margin-bottom: 12px;

  }

  .widget_services ul li a {

    font-size: 14px;

    padding: 8px 12px;

  }

  .about4-content h4 {

    font-size: 16px;

  }

  .about4-content p {

    font-size: 13px;

  }

}



/* For ≤ 767px (tablet portrait) */

@media (max-width: 767px) {

  

  .about4-section {

    padding: 20px !important;

  }

  .about4-section .widget-title {

    font-size: 17px;

  }

  .widget_services ul li a {

    font-size: 13px;

    padding: 7px 10px;

  }

  .about4-content h4 {

    font-size: 15px;

  }

  .about4-content p {

    font-size: 12px;

  }

}



/* For ≤ 576px (large mobile) */

@media (max-width: 576px) {

  

  .about4-section {

    padding: 20px !important;

  }

  .about4-section .widget-title {

    font-size: 16px;

  }

  .widget_services ul li a {

    font-size: 12px;

    padding: 4px 10px;

  }

  .about4-content h4 {

    font-size: 14px;

  }

  .about4-content p {

    font-size: 11px;

  }

}



/* For ≤ 412px (small mobile) */

@media (max-width: 412px) {

  .about4-section {

    padding: 20px !important;

    

  }

  .about4-section .widget-title {

    font-size: 15px;

  }

  .widget_services ul li a {

    font-size: 12px;

    padding: 3px 8px;

  }

  .about4-content h4 {

    font-size: 13px;

  }

  .about4-content p {

    font-size: 10px;

  }

}







/* *****************FAQ QUESTION************************ */

/* ✅ For ≤ 991px */

@media (max-width: 991px) {

  .sx-accordion .acod-title a {

    font-size: 15px;

  }

  .sx-accordion .acod-content {

    font-size: 14px;

    padding: 8px 12px !important;

  }

}



/* ✅ For ≤ 767px */

@media (max-width: 767px) {

  .sx-accordion .acod-title a {

    font-size: 14px;

  }

  .sx-accordion .acod-content {

    font-size: 13.5px;

    padding: 8px 10px !important;

  }

}



/* ✅ For ≤ 576px */

@media (max-width: 576px) {

  .sx-accordion .acod-title a {

    font-size: 13.5px;

  }

  .sx-accordion .acod-content {

    font-size: 13px;

    padding: 6px 10px !important;

  }

}



/* ✅ For ≤ 412px */

@media (max-width: 412px) {

  .sx-accordion .acod-title a {

    font-size: 13px;

  }

  .sx-accordion .acod-content {

    font-size: 12.5px;

    padding: 5px 8px !important;

  }

}



/* ***********************BOXES************************ */



/* ✅ ≤ 991px */

@media (max-width: 991px) {

  .sx-icon-box-wraper {

    padding: 18px;

  }

  .sx-icon-box-wraper .sx-tilte {

    font-size: 17px;

  }

  .sx-icon-box-wraper p {

    font-size: 14px;

  }

  .sx-icon-box-lg {

    width: 55px;

    height: 55px;

    line-height: 55px;

    font-size: 22px;

  }

}



/* ✅ ≤ 767px */

@media (max-width: 767px) {



  .row > .col-md-6 {

    flex: 0 0 50%;

    max-width: 50%;

  }

  .sx-icon-box-wraper {

    padding: 16px;

  }

  .sx-icon-box-wraper .sx-tilte {

    font-size: 16px;

  }

  .sx-icon-box-wraper p {

    font-size: 13.5px;

  }

  .sx-icon-box-lg {

    width: 50px;

    height: 50px;

    line-height: 50px;

    font-size: 20px;

  }

}



/* ✅ ≤ 576px */

@media (max-width: 576px) {



  .row > .col-md-6 {

    flex: 0 0 50%;

    max-width: 50%;

  }



  .sx-icon-box-wraper {

    padding: 14px;

  }

  .sx-icon-box-wraper .sx-tilte {

    font-size: 15.5px;

  }

  .sx-icon-box-wraper p {

    font-size: 13px;

  }

  .sx-icon-box-lg {

    width: 48px;

    height: 48px;

    line-height: 48px;

    font-size: 19px;

  }

}



/* ✅ ≤ 412px */

@media (max-width: 412px) {

  .row > .col-md-6 {

    flex: 0 0 100%;

    max-width: 100%;

  }



  .sx-icon-box-wraper {

    padding: 12px;

  }

  .sx-icon-box-wraper .sx-tilte {

    font-size: 15px;

  }

  .sx-icon-box-wraper p {

    font-size: 12.5px;

  }

  .sx-icon-box-lg {

    width: 45px;

    height: 45px;

    line-height: 45px;

    font-size: 18px;

  }

}



/* *******************************MAIN BLOG SECTION(SINGLE BLOG IN DETAILS PAGE CONTENT****** */



/* Reduce margin & padding for text and sections on small screens */

@media (max-width: 991px) {

  .blog-post {

    padding: 20px;

  }

  .sx-post-title h3 {

    font-size: 22px;

  }

  .autor-post-tag-share {

    padding: 20px;

  }

}



@media (max-width: 767px) {

  .blog-post {

    padding: 15px;

  }

  .sx-post-title h3 {

    font-size: 20px;

  }

  .sx-post-meta ul {

    flex-direction: column;

    gap: 5px;

  }

  .autor-post-tag-share .tagcloud a {

    font-size: 13px;

    margin: 2px 4px;

  }

}



@media (max-width: 576px) {

  .sx-post-title h3 {

    font-size: 18px;

  }

  .sx-post-text p {

    font-size: 14px;

    line-height: 1.6;

  }

  .autor-post-tag-share {

    padding: 15px;

  }

  .post-controls .prev-post a,

  .post-controls .next-post a {

    font-size: 14px;

    padding: 5px 8px;

  }

}



@media (max-width: 415px) {

  .sx-post-title h3 {

    font-size: 17px;

  }

  .sx-post-text p {

    font-size: 13px;

  }

  .autor-post-tag-share .tagcloud a {

    font-size: 12px;

  }

  .widget_social_inks ul li a {

    font-size: 14px;

  }

}



/* ***************BLOG COMMENT SECTION******************* */



@media (max-width: 991px) {

  .comments-area {

    padding: 20px;

  }

  .comment-body {

    padding: 10px 0;

  }

  .comment-author .fn {

    font-size: 16px;

  }

  .comment-list .children {

    margin-left: 30px;

  }

}



@media (max-width: 767px) {

  .comment-author .avatar {

    width: 50px;

    height: 50px;

  }

  .comment-body p {

    font-size: 14px;

  }

  .comment-list .children {

    margin-left: 20px;

  }

  .comment-form .form-control {

    font-size: 14px;

    padding: 8px 10px;

  }

}



@media (max-width: 576px) {

  .comments-title, .comment-reply-title {

    font-size: 18px;

  }

  .comment-body p {

    font-size: 13px;

  }

  .comment-list .children {

    margin-left: 15px;

  }

  .comment-form .form-control {

    font-size: 13px;

    padding: 6px 8px;

  }

  .comment-form textarea.form-control {

    height: 120px;

  }

}



@media (max-width: 415px) {

  .comment-author .avatar {

    width: 40px;

    height: 40px;

  }

  .comment-author .fn {

    font-size: 15px;

  }

  .comment-body p {

    font-size: 12px;

  }

  .comment-list .children {

    margin-left: 10px;

  }

  .comment-form .form-control {

    font-size: 12px;

    padding: 5px 7px;

  }

  .comment-form textarea.form-control {

    height: 100px;

  }

  .form-submit button {

    font-size: 13px;

    padding: 6px 10px;

  }

}



/* blog search bar*************** */



/* Sidebar responsiveness */

@media (max-width: 991px) {

  .side-bar {

    padding: 20px !important;

  }

  .side-bar .widget-title {

    font-size: 18px;

  }

  .side-bar .widget-post .sx-post-media img {

    width: 60px;

    height: auto;

  }

  .side-bar .widget_gallery .sx-post-thum img {

    width: 80px;

    height: auto;

  }

  .side-bar .tagcloud a {

    font-size: 13px;

    padding: 3px 8px;

  }

}



@media (max-width: 767px) {

  .side-bar {

    padding: 15px !important;

  }

  .side-bar .widget-title {

    font-size: 17px;

  }

  .side-bar .widget-post .sx-post-media img {

    width: 55px;

  }

  .side-bar .widget_gallery .sx-post-thum img {

    width: 70px;

  }

}



@media (max-width: 576px) {

  .side-bar {

    padding: 10px !important;

  }

  .side-bar .widget-title {

    font-size: 16px;

  }

  .side-bar .widget-post .sx-post-media img {

    width: 50px;

  }

  .side-bar .widget_gallery .sx-post-thum img {

    width: 60px;

  }

  .side-bar .tagcloud a {

    font-size: 12px;

    padding: 2px 6px;

  }

}



@media (max-width: 415px) {

  .side-bar {

    padding: 8px !important;

  }

  .side-bar .widget-title {

    font-size: 15px;

  }

  .side-bar .widget-post .sx-post-media img {

    width: 45px;

  }

  .side-bar .widget_gallery .sx-post-thum img {

    width: 55px;

  }

  .side-bar .tagcloud a {

    font-size: 11px;

    padding: 2px 5px;

  }

  .side-bar .input-group input,

  .side-bar .input-group .btn,

  .side-bar .input-group .site-button {

    font-size: 12px;

    padding: 5px 8px;

  }

}

@media (max-width: 991px),

       (max-width: 767px),

       (max-width: 576px),

       (max-width: 415px) {

  .widget_gallery {

    display: none !important;

  }

}







/* **********************HIDE COTACT PAGE ********************* */



/* Contact slide: responsive adjustments */

@media (max-width: 991px) {

  .contact-slide-hide .contact-nav-form .row > div {

    flex: 0 0 100%;

    max-width: 100%;

  }



  .contact-slide-hide .contact-nav-info {

    margin-bottom: 30px;

  }

}



@media (max-width: 767px) {

  .contact-slide-hide .contact-nav-info,

  .contact-slide-hide .contact-nav-field {

    padding: 15px;

  }

}



@media (max-width: 576px) {

  .contact-slide-hide .contact-nav-field {

    padding: 10px;

  }

}



@media (max-width: 415px) {

  .contact-slide-hide .contact-nav-info,

  .contact-slide-hide .contact-nav-field {

    padding: 8px;

  }



  .contact-slide-hide .contact-nav-field form .input-animate {

    margin-bottom: 12px;

  }



  .contact-slide-hide .contact-nav-field button {

    width: 50%;

  }

}





/* why chose us  */

.why-choose-us {

  max-width: 1440px;

  margin: auto;

  padding: 50px 20px;

  text-align: center;

  /* font-family: 'Segoe UI', Tahoma, sans-serif; */

}



.why-choose-us h2 {

  font-size: 28px;

  margin-bottom: 40px;

}



.why-choose-us h2 span {

  color: #8c918f; /* Green highlight like example */

}



.features-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  gap: 25px;

}



.feature-card {

  background: #f2f6f8;

  padding: 25px;

  border-radius: 12px;

  text-align: left;

  transition: transform 0.3s, box-shadow 0.3s;

}



.feature-card .icon {

  font-size: 30px;

  margin-bottom: 15px;

}



.feature-card h3 {

  margin-bottom: 10px;

  font-size: 20px;

}



.feature-card p {

  color: #555;

  font-size: 14px;

  line-height: 1.5;

}



.feature-card:hover {

  transform: translateY(-5px);

  box-shadow: 0 8px 20px rgba(0,0,0,0.1);

}



.highlight-card {

  background: #D7B39A;

  color: #fff;

}



.highlight-card .icon {

  font-size: 30px;

}



.highlight-card p {

  color: #e0e0e0;

}



.cta-btn {

  display: inline-block;

  margin-top: 15px;

  padding: 10px 20px;

  background: #d0d0cc;

  color: #fff;

  text-decoration: none;

  border-radius: 25px;

  transition: background 0.3s;

}



.cta-btn:hover {

  background: #959896;

}





/* 991px and below: stack into 2 columns */

@media (max-width: 991px) {

  .features-grid {

    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

    gap: 20px;

  }

  .why-choose-us h2 {

    font-size: 26px;

  }

}



/* 767px and below: stack into 1 column, larger padding for touch */

@media (max-width: 767px) {

  .features-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .feature-card {

    text-align: center;

  }

  .feature-card .icon {

    margin-bottom: 10px;

  }

  .why-choose-us {

    padding: 40px 15px;

  }

  .why-choose-us h2 {

    font-size: 24px;

  }

}



/* 567px and below: reduce padding & font size */

@media (max-width: 567px) {

  .feature-card h3 {

    font-size: 18px;

  }

  .feature-card p {

    font-size: 13px;

  }

  .why-choose-us h2 {

    font-size: 22px;

  }

  .cta-btn {

    font-size: 14px;

    padding: 8px 16px;

  }

}



/* 415px and below: extra compact spacing */

@media (max-width: 415px) {

  .feature-card {

    padding: 20px;

  }

  .features-grid {

    grid-template-columns: 1fr;

  }

  .feature-card h3 {

    font-size: 17px;

  }

  .feature-card p {

    font-size: 12.5px;

  }

  .why-choose-us h2 {

    font-size: 20px;

  }

}





.full-description-box {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.97);

  padding: 20px;

  overflow-y: auto;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.4s ease;

  z-index: 5;

}



.hover-expand-card:hover .full-description-box {

  opacity: 1;

  pointer-events: auto;

}



.full-description-content {

  max-height: 100%;

  overflow-y: auto;

  font-size: 0.95rem;

  color: #000;

}





/* social icons   ********************************************************** */

   .sticky-social-icons {

            position: fixed;

            top: 80%;

            left: 10px;

            transform: translateY(-50%);

            z-index: 1000;

            display: flex;

            flex-direction: column;

            gap: 12px;

        }



        /* Styling for each individual icon link */

        .social-icon {

            display: flex;

            align-items: center;

            justify-content: center;

            width: 56px;

            height: 56px;

            border-radius: 9999px;

            color: white;

            font-size: 24px;

            text-decoration: none;

            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

            transition: all 0.3s ease-in-out;

            cursor: pointer;

        }



        .social-icon:hover {

            transform: scale(1.1);

            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);

        }



        /* Specific colors for each icon */

        .whatsapp { background-color: #25D366; }

        .email { background-color: #38bdf8; }

        .phone { background-color: #60a5fa; }



        /* Modal Styles */

        .modal-overlay {

            display: none; /* Hidden by default */

            position: fixed;

            z-index: 2000;

            left: 0;

            top: 0;

            width: 100%;

            height: 100%;

            overflow: auto;

            background-color: rgba(0,0,0,0.5); /* Black with opacity */

            justify-content: center;

            align-items: center;

        }

        /* --- Add this CSS to make form buttons full-width --- */

#whatsapp-form button,

#email-form button,

#phone-form button {

    width: 100%;
    background-color: #D7B39A;

}

.sizeswidth{
  width: 100% !important;
}
        

        .modal-content {

            background-color: #ffffff;

            margin: auto;

            padding: 2.5rem; /* p-10 */

            border-radius: 0.75rem; /* rounded-xl */

            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);

            width: 90%;

            max-width: 500px;

            position: relative;

            animation: fadeIn 0.3s;

        }



        @keyframes fadeIn {

            from { opacity: 0; transform: scale(0.95); }

            to { opacity: 1; transform: scale(1); }

        }



        .close-button {

            color: #aaa;

            position: absolute;

            top: 15px;

            right: 25px;

            font-size: 28px;

            font-weight: bold;

            transition: color 0.2s;

        }



        .close-button:hover,

        .close-button:focus {

            color: #333;

            text-decoration: none;

            cursor: pointer;

        }






        /* privacy policy page  */

        .privacy-policy-sectionZ {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
    background-color: #ffffff;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.privacy-policy-sectionZ h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
    text-align: center;
}

.privacy-policy-sectionZ h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
}

.privacy-policy-sectionZ p {
    font-size: 16px;
    margin-bottom: 15px;
}

.privacy-policy-sectionZ ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy-sectionZ ul li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style-type: disc;
}

.privacy-policy-sectionZ a {
    color: #e63946;
    text-decoration: none;
    font-weight: 500;
}

.privacy-policy-sectionZ a:hover {
    text-decoration: underline;
}

/* ------------ Responsive Styles ------------ */

/* Tablet Devices (max-width: 991px) */
@media (max-width: 991px) {
    .privacy-policy-sectionZ {
        padding: 50px 25px;
    }

    .privacy-policy-sectionZ h1 {
        font-size: 30px;
    }

    .privacy-policy-sectionZ h2 {
        font-size: 20px;
    }

    .privacy-policy-sectionZ p,
    .privacy-policy-sectionZ ul li {
        font-size: 15px;
    }
}

/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
    .privacy-policy-sectionZ {
        padding: 40px 20px;
    }

    .privacy-policy-sectionZ h1 {
        font-size: 26px;
    }

    .privacy-policy-sectionZ h2 {
        font-size: 18px;
    }

    .privacy-policy-sectionZ p,
    .privacy-policy-sectionZ ul li {
        font-size: 14px;
    }
}

/* Small Phones (max-width: 480px) */
@media (max-width: 480px) {
    .privacy-policy-sectionZ {
        padding: 30px 15px;
    }

    .privacy-policy-sectionZ h1 {
        font-size: 22px;
    }

    .privacy-policy-sectionZ h2 {
        font-size: 16px;
    }

    .privacy-policy-sectionZ p,
    .privacy-policy-sectionZ ul li {
        font-size: 13px;
    }
}
