/*---------------------------------------------------------------

        Template Name: The Super Cleaners - Professional cleaning services
        Description: Professional cleaning services for residential and commercial properties.
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 3.0.0
    -----------------------------------------------------------------
        CSS INDEX
        ==================
        01.  Basic Styles
        02.  Navbar Styles
        03.  Home Page Styles
        04.  About-1, ABout-2 Page Styles
        05.  Service-1, Service-2 Page Styles 
        06.  Service-Details-1, Service-Detail-2 Page Styles 
        07.  Project-1, Project-2 Page Styles
        08.  Project-Details-1, Project-Details-2 Page Styles
        09.  Blog-1, Blog-2 Page Styles
        10.  Blog-Details-1, Blog-Details-2 Page Styles
        11.  Team-1, Team-2 Page Styles
        12.  Pricing Plan Page Styles
        13.  FAQ Page Styles
        14.  404 Page Styles
        15.  Coming Soon Page Styles
        16.  Under COnstruction Page Styles
        17.  Contact Page Styles
        18.  Back to top Styles
        19.  Preloader Styles
        
----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ==================
    1. Basic Styles 
================== */

/* ===== Light Variations ===== */
[data-sc-theme="sc_light"][data-color="one"] { 
  /* colors */
  --body-color: #ffff;
  --PrimaryColor: #166490;
  --primary-color-overlay: 9, 41, 59;
  --dark-color: #09293b;
  --secondary-color: #01D0AB;
  --alt-color: #e7f6ff;
  --alt-overlay: 206, 233, 249;
  --card-color: #ffff;
  --bg-light-shade: #f2f7fc;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgba(1, 208, 171, 1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: 3, 14, 31, 1;
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #ffffff;
  --form-input-text: #878787;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #06283c;
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg: #e9ecef;
  --body-bg: #ffffff;
  --border-color: #dddddd;
  --box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  --bg-image: url('../../assets/error-page-pattern__light.webp');
  --light-gradient:linear-gradient(135deg, #e0f7fa, #ffffff);
  --logo-url: url("../../assets/images/logo/logo-light-one.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-one.png");

  /* text-colors */
  --primary-text: #166490;
  --secondary-text: #01D0AB;
  --heading-text: #000000;
  --dark-text: #030E1F;
  --para-text: #5B5B5B;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(164, 189, 216, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
}

[data-sc-theme="sc_light"][data-color="two"]    
{

  /* colors */
  --body-color: #ffff;
  --PrimaryColor: #971d10;
  --primary-color-overlay: 63, 9, 3;
  --dark-color: #3d0802;
  --secondary-color:#fea52b; 
  --alt-color: #ffedeb;
  --alt-overlay: 255, 237, 235;
  --card-color: #ffff;
  --bg-light-shade: #f2f7fc;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(254, 165, 43, 1); 
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: 3, 14, 31, 1;
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #ffffff;
  --form-input-text: #878787;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #35110d;
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg: #e9ecef;
  --body-bg: #ffffff;
  --border-color: #dddddd;
  --box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  --bg-image: url('../../assets/error-page-pattern__light.webp');
  --light-gradient:linear-gradient(135deg, #e0f7fa, #ffffff);
  --logo-url: url("../../assets/images/logo/logo-light-two.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-two.png");


  /* text-colors */
  --primary-text: #971d10;
  --secondary-text: #fea52b; 
  --heading-text: #000000;
  --dark-text: #030E1F;
  --para-text: #5B5B5B;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(164, 189, 216, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
}


[data-sc-theme="sc_light"][data-color="three"]  
{
  
  /* colors */
  --body-color: #ffff;
  --PrimaryColor:#a2531f;
  --primary-color-overlay: 61, 25, 1;
  --dark-color: #2e1b0e;
  --secondary-color:#ffc70f;
  --alt-color: #fff6f0;
  --alt-overlay: 255, 246, 240;
  --card-color: #ffff;
  --bg-light-shade: #f2f7fc;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(254, 165, 43, 1); 
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: 3, 14, 31, 1;
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #ffffff;
  --form-input-text: #878787;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #35110d;
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg: #e9ecef;
  --body-bg: #ffffff;
  --border-color: #dddddd;
  --box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  --bg-image: url('../../assets/error-page-pattern__light.webp');
  --light-gradient:linear-gradient(135deg, #e0f7fa, #ffffff);
  --logo-url: url("../../assets/images/logo/logo-light-three.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-three.png");

  /* text-colors */
  --primary-text: #a2531f;
  --secondary-text: #ff9d25;
  --heading-text: #000000;
  --dark-text: #030E1F;
  --para-text: #5B5B5B;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(164, 189, 216, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
  }

[data-sc-theme="sc_light"][data-color="four"]
{ 
 
  /* colors */
  --body-color: #ffff;
  --PrimaryColor:#2c319b;
  --primary-color-overlay: 7, 9, 49;
  --dark-color: #0b0c26;
  --secondary-color:#f35050;
  --alt-color: #eeefff;
  --alt-overlay: 238, 239, 255;
  --card-color: #ffff;
  --bg-light-shade: #f2f7fc;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(247, 55, 79,1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: 3, 14, 31, 1;
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #ffffff;
  --form-input-text: #878787;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #17193d;
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg: #e9ecef;
  --body-bg: #ffffff;
  --border-color: #dddddd;
  --box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  --bg-image: url('../../assets/error-page-pattern__light.webp');
  --light-gradient:linear-gradient(135deg, #e0f7fa, #ffffff);
  --logo-url: url("../../assets/images/logo/logo-light-four.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-four.png");

  /* text-colors */
  --primary-text: #2c319b;
  --secondary-text: #f35050;
  --heading-text: #000000;
  --dark-text: #030E1F;
  --para-text: #5B5B5B;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(164, 189, 216, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
  }

[data-sc-theme="sc_light"][data-color="five"] 
{ 

  /* colors */
  --body-color: #ffff;
  --PrimaryColor:#8e44ad; 
  --primary-color-overlay: 48, 6, 66;
  --dark-color: #15031d;
  --secondary-color:#fea52b; 
  --alt-color: #faefff;
  --alt-overlay: 250, 239, 255;
  --card-color: #ffff;
  --bg-light-shade: #f2f7fc;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(254, 165, 43,1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: 3, 14, 31, 1;
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #ffffff;
  --form-input-text: #878787;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #2d1537;
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg: #e9ecef;
  --body-bg: #ffffff;
  --border-color: #dddddd;
  --box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  --bg-image: url('../../assets/error-page-pattern__light.webp');
  --light-gradient:linear-gradient(135deg, #e0f7fa, #ffffff);
  --logo-url: url("../../assets/images/logo/logo-light-five.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-five.png");

  /* text-colors */
  --primary-text: #8e44ad; 
  --secondary-text: #fea52b;  
  --heading-text: #000000;
  --dark-text: #030E1F;
  --para-text: #5B5B5B;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(164, 189, 216, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
}

/* ===== Dark Variations ===== */
[data-sc-theme="sc_dark"][data-color="one-d"]  
{ 
   /* colors */
  --body-color: #041b28;
  --PrimaryColor: #1e6a96;
  --primary-color-overlay: 9, 41, 59;
  --dark-color: #09293b;
  --secondary-color: #00DBB3;
  --alt-color: #102b3a;
  --alt-overlay: 16, 43, 58;
  --card-color: #052333;
  --bg-light-shade: #08293b;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgba(1, 208, 171, 1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: rgba(3, 14, 31, 1);
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #1b3847;
  --form-input-text: #e2e2e2;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #041b28;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #06283c;
  --bg-color: #121212;
  --text-color: #ffffff;
  --hover-bg: #2a2a2a;
  --body-bg: #1c1c1c;
  --border-color: #333333;
  --bg-image: url('../../assets/error-page-pattern__dark.webp');
  --light-gradient:linear-gradient(135deg, #15242c, #182c38);
  --logo-url: url("../../assets/images/logo/logo-dark-one.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-one.png");

  /* text-colors */
  --primary-text: #277daf;
  --secondary-text: #00DBB3;
  --heading-text: #ffffff;
  --dark-text: #ffffff;
  --para-text: #e7e7e7;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(4, 27, 40, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
}

[data-sc-theme="sc_dark"][data-color="two-d"]    
{ 
    /* colors */
  --body-color: #1d0402;
  --PrimaryColor:#971d10;; 
  --primary-color-overlay: 63, 9, 3;
  --dark-color: #3d0802;
  --secondary-color:#fea52b;  
  --alt-color: #251311;
  --alt-overlay: 48,20,17;
  --card-color: #3b2321;
  --bg-light-shade: #08293b;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(254, 165, 43, 1); 
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: rgba(3, 14, 31, 1);
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #662720;
  --form-input-text: #e2e2e2;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #1d0402;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #35110d;
  --bg-color: #121212;
  --text-color: #ffffff;
  --hover-bg: #2a2a2a;
  --body-bg: #1c1c1c;
  --border-color: #333333;
  --bg-image: url('../../assets/error-page-pattern__dark.webp');
  --light-gradient:linear-gradient(135deg, #15242c, #182c38);
  --logo-url: url("../../assets/images/logo/logo-dark-two.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-two.png");

  /* text-colors */
  --primary-text: #971d10; 
  --secondary-text:#fea52b;  
  --heading-text: #ffffff;
  --dark-text: #ffffff;
  --para-text: #e7e7e7;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(4, 27, 40, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
}


[data-sc-theme="sc_dark"][data-color="three-d"] 
{ 
      /* colors */
  --body-color: #1d0402;
  --PrimaryColor:#a2531f;
  --primary-color-overlay: 61, 25, 1;
  --dark-color: #2e1b0e;
  --secondary-color:#ffc70f;;
  --alt-color: #251311;
  --alt-overlay: 37, 19, 17;
  --card-color: #3b2321;
  --bg-light-shade: #08293b;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(254, 165, 43, 1); 
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: rgba(3, 14, 31, 1);
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #483121;
  --form-input-text: #e2e2e2;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #1d0402;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #35110d;
  --bg-color: #121212;
  --text-color: #ffffff;
  --hover-bg: #2a2a2a;
  --body-bg: #1c1c1c;
  --border-color: #333333;
  --bg-image: url('../../assets/error-page-pattern__dark.webp');
  --light-gradient:linear-gradient(135deg, #15242c, #182c38);
  --logo-url: url("../../assets/images/logo/logo-dark-three.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-three.png");

  /* text-colors */
  --primary-text: #a2531f;
  --secondary-text:#ff910f;
  --heading-text: #ffffff;
  --dark-text: #ffffff;
  --para-text: #e7e7e7;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(4, 27, 40, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
 }

[data-sc-theme="sc_dark"][data-color="four-d"] 
{
         /* colors */
  --body-color: #0b0c21;
  --PrimaryColor:#2c319b;
  --primary-color-overlay: 7, 9, 49;
  --dark-color: #0b0c26;
  --secondary-color:#f35050;
  --alt-color: #222237;
  --alt-overlay: 34, 34, 55;
  --card-color: #23243f;
  --bg-light-shade: #08293b;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(243, 80, 80,1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: rgba(3, 14, 31, 1);
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #32346b;
  --form-input-text: #e2e2e2;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #0b0c21;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #17193d;
  --bg-color: #121212;
  --text-color: #ffffff;
  --hover-bg: #2a2a2a;
  --body-bg: #1c1c1c;
  --border-color: #333333;
  --bg-image: url('../../assets/error-page-pattern__dark.webp');
  --light-gradient:linear-gradient(135deg, #15242c, #182c38);
  --logo-url: url("../../assets/images/logo/logo-dark-four.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-four.png");

  /* text-colors */
  --primary-text: #2c319b;
  --secondary-text :#f35050;
  --heading-text: #ffffff;
  --dark-text: #ffffff;
  --para-text: #e7e7e7;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(4, 27, 40, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
 }
  

[data-sc-theme="sc_dark"][data-color="five-d"] 
{ 
     /* colors */
  --body-color: #1e0727;
  --PrimaryColor:#8e44ad; 
  --primary-color-overlay: 48, 6, 66;
  --dark-color: #15031d;
  --secondary-color:#fea52b; 
  --alt-color: #2f1b37;
  --alt-overlay: 47, 27, 55;
  --card-color: #40264a;
  --bg-light-shade: #08293b;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgb(254, 165, 43,1);  
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: rgba(3, 14, 31, 1);
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #452950;
  --form-input-text: #e2e2e2;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #1e0727;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #2d1537;
  --bg-color: #121212;
  --text-color: #ffffff;
  --hover-bg: #2a2a2a;
  --body-bg: #1c1c1c;
  --border-color: #333333;
  --bg-image: url('../../assets/error-page-pattern__dark.webp');
  --light-gradient:linear-gradient(135deg, #15242c, #182c38);
  --logo-url: url("../../assets/images/logo/logo-dark-five.png");
  --footer-logo-url: url("../../assets/images/logo/logo-dark-five.png");

  /* text-colors */
  --primary-text: #8e44ad; 
  --secondary-text:#f35050;
  --heading-text: #ffffff;
  --dark-text: #ffffff;
  --para-text: #e7e7e7;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(4, 27, 40, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
 }
  
/* Theme Toggle Button */
.theme-toggle {
  position: fixed;
  top: 150px;
  right: 0;
  width: 45px;
  height: 45px;
  background: var(--PrimaryColor);  
  color: #fff;
  border-radius:  0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}

.color-box.active {
  position: relative;
  outline: 2px solid var(--PrimaryColor);   
  outline-offset: 1px;                      
  border-radius: 50%;                      
  box-shadow: 0 0 10px rgba(0,0,0,0.25);   
  transform: scale(1.1);                   
}


.angle-rotation {
  transition: transform 0.45s ease-in-out;
}

.angle-rotation.rotated {
  transform: rotate(180deg) scale(1.05);
}

@keyframes rotateIcon {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Panel Hidden by default */
.color-panel {
  position: fixed;
  top: 120px;
  right: -180px; /* hidden */
  width: 180px;
  background: var(--whiteColor);
  border-radius: 8px 0 0 8px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 998;
  transition: right 0.4s ease;
}

/* Show Panel */
.color-panel.active {
  right: 45px; /* panel slides in next to toggle */
}

/* Dark theme panel */
[data-sc-theme="sc_dark"] .color-panel {
  background: var(--card-color);
  color: #ffffff;
}

/* Heading */
.color-panel h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary-text);
  text-align: center;
}
.color-panel p {
  font-size: 12px;
  margin: 4px 0;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--para-text);
  text-align: center;
}

/* Color Switcher */
.color-switcher {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  justify-items: center;
}

/* Color Circles */
.color-box {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.color-box:hover {
  transform: scale(1.15);
}
/* arrow rotation smooth */
#arrowIcon {
  transition: transform 0.3s ease;
}


/* Extra */
.bg-purple { background: #8e44ad; }


* {
  box-sizing: border-box;
  font-family: var(--PrimaryFont);
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.primary-btn {
  background-color: var(--PrimaryColor) !important;
  border-color: var(--PrimaryColor) !important;
  color: white;
  min-width: 140px !important;
  border-radius: 5px !important;
  padding: 14px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
}

.primary-btn:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: white !important;
}

.success-btn {
  background-color: var(--SuccessColor) !important;
  border-color: var(--SuccessColor) !important;
  color: white!important;
  min-width: 140px !important;
  border-radius: 5px !important;
  padding: 14px;
}

.success-btn:hover {
  background-color: var(--card-color) !important;
  border-color: var(--card-color) !important;
  color: var(--dark-text) !important;
}

.primary-text {
  color: var(--primary-text);
}

.secondary-text{
  color: var(--secondary-text);
}

.para-text {
  color: var(--para-text);
}

.dark-text {
  color: var(--dark-text);
}

.white-text {
  color: var(--white-text);
}

.text-gold {
  color: var(--GoldColor) !important;
}

.text-primary {
  color: var(--PrimaryColor) !important;
}

.text-success {
  color: var(--SuccessColor) !important;
}

.secondary-text {
  color: var(--secondary-color);
}

.fs-7 {
  font-size: 14px;
}

.form-input-bg {
  background-color: var(--form-input-bg);
}

.form-input-text {
  color: var(--form-input-text);
}

.footer-bg {
  background-color: var(--footer-bg);
}

.body-color {
  background-color: var(--body-color) !important;
}

.bg-primary {
  background-color: var(--PrimaryColor) !important;
}

.bg-alt {
  background-color: var(--alt-color);
}

.dark-color {
  background-color: var(--dark-color);
}

.card-color {
  background-color: var(--card-color);
}

.bg-light-shade {
  background-color: var(--bg-light-shade);
}

.bg-secondary {
  background-color: var(--SecondaryColor) !important;
}

.bg-success {
  background-color: var(--SuccessColor) !important;
}


.content {
  font-size: 14px;
  color: var(--LightColor);
  line-height: 30px;
  letter-spacing: 0.5px;
}

.mw-75 {
  width: 75%;
  max-width: 768px;
}

.w-unset {
  width: unset !important;
  min-width: unset !important;
}

@media(max-width:575px) {
  .b-sm-none {
    border: none !important;
  }
}

.description {
  font-size: 14px;
  color: var(--para-text);
  font-weight: 400;
  text-transform: capitalize;
}

.error:not(.form-control):not(.form-select) {
  color: var(--danger-text);
  background-color: var(--card-color);
  padding: 2px 5px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
}

#comingSoon .error:not(.form-control) {
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center
}

@media(max-width:991px) {
  .page-title-area {
    padding-top: 110px;
  }
  .breadcrumb {
    height: 300px;
  }
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  color: var(--secondary-color);
  position: relative;
  font-size: 16px
}

.page-title-area .page-title-content ul li i {
  font-size: 12px;
  margin: 0 10px
}

.page-title-area .page-title-content ul li a {
  color: var(--white-text)
}

.page-title-area .page-title-content ul li a:hover {
  color: var(--primary-color);
}

/* ==================
    2. Navbar Styles
================== */

 .nav-link {
  color: var(--whiteColor);
}

 .nav-link:hover {
  color: var(--SuccessColor) !important;
}

.navbar {
  border-radius: 3px;
}

 .offcanvas-body{ 
z-index: 2;
}

@media(min-width:992px) {
   .navbar .offcanvas {
    position: absolute !important;
    bottom: 0;
    width: 100% !important;
    top: unset;
    left: 0;
    bottom: -45px;
  }
}

 .navbar .navbar-nav .nav-link {
  color: var(--dark-text);
  font-size: 18px;
  font-weight: 500;
  outline: none;
}

 .navbar .navbar-nav .nav-link:hover,
 .navbar .navbar-nav .nav-link.active {
  color: var(--secondary-color) !important;
}

 .navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

 .offcanvas-body {
  background-color: var(--PrimaryColor)!important;
  }


@media (max-width: 991px) {
   .offcanvas-body {
    background-color: var(--body-color) !important;
  }

   .nav-link {
    color: var(--dark-text) !important;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
  left: 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

 .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

 .dropdown-menu .dropdown-item.active {
  background-color: var(--alt-color);
  color: var(--PrimaryColor) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

 .dropdown-menu .dropdown-item:hover {
  background-color: var(--alt-color);
  color: var(--PrimaryColor) !important;
}

 .dropdown-menu {
  border-radius: 8px;
  box-shadow: var(--box-shadow) !important;
  padding: 0.5rem;
  background-color: var(--card-color);
}

 .nav-link {
  transition: color 0.3s ease-in-out;
}

 .nav-link.active,
 .nav-link:focus {
  color: #f8f9fa;
  font-weight: bold;
}

 .navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

/*** Header ***/
@media (min-width: 992px) {
   .nav-main {
    position: relative;
    z-index: 2;
  }

  .header-carousel,
  .page-header {
    margin-top: -68px;
  }

  .menu-main {
    margin-top: -35px;
    z-index: 2;
    position: relative;
  }
}

.logo {
  width: 100px;
}

@media (max-width: 991px) {
   .navbar .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: var(--card-color);
  }

   .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.25rem;
    text-align: left;
    font-size: 16px;
  }

   .offcanvas-body {
    padding: 1rem;
    background-color: var(--PrimaryColor);
  }

   .top-header-optional {
    justify-content: center;
    gap: 10px;
  }

   .navbar .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .navbar .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    text-align: right;
    width: 1.5rem;
  }

   .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

   .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

   .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-text) !important;
  }

   .nav-link.active,
   .nav-link:hover {
    color: var(--SuccessColor) !important;
  }
}

.custom_header_btn {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0!important;
  clip-path: polygon(25% 0, 105% 0, 100% 100%, 0% 125%);
  width: 175px;
  padding: 0;
}

 .logo {
  width: 150px;
}

@media(max-width:992px) {
   .logo {
    width: 95px;
  }
}

.breadcrumb {
  height: 400px;
  background: linear-gradient(0deg, rgba(var(--primary-color-overlay), 1.6), rgba(var(--primary-color-overlay), 0.8)),
    url(../../assets/images/banner_img/banner-image_01.webp) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    height: 250px;
    text-align: center;
  }
}

/* ==================
    3. Banner Styles
================== */
.banner-main {
  height: 800px;
}

.splide:not(.is-active) {
  visibility: visible;
}

.splide__slide {
  width: 100%;
  height: auto;
}

.splide__slide[class*=-active] .splide__text {
  opacity: 1;
}

.splide__slide[class*=-active] .splide__text.text1 {
  transition-delay: 0.1s;
}

.splide__slide[class*=-active] .splide__text.text2 {
  transition-delay: 0.5s;
}

.splide__img {
  width: 100%;
  height: 800px;
}

.splide__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.splide__content_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(var(--alt-overlay)) 0%, rgba(var(--alt-overlay)) 50%, rgba(0, 212, 255, 0) 100%);
}

.splide__text {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
  max-width: 500px;
}

.banner_bottom {
  position: absolute;
  bottom: -3px;
  /* z-index: 50; */
  width: 100%;
  min-height: 160px;
  object-fit: cover;
}

.splide__arrow {
  background-color: var(--PrimaryColor);
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.splide__arrow:hover {
  background-color: var(--secondary-color)
}

.splide__arrow svg {
  fill: white;
}

@media(max-width:992px) {
  .splide__content_box {
    background: rgb(224 243 253 / 82%);
  }

  .banner-main {
    height: 550px;
  }

  .splide__img {
    width: 100%;
    height: 550px;
  }

  .splide__content_box {
    height: 550px;
  }
}

@media(max-width:767px) {
  .splide__arrow--prev {
    display: none;
  }

  .splide__arrow--next {
    display: none;
  }

  .splide__content_box {
    background: linear-gradient(90deg, rgba(var(--alt-overlay)) 0%, rgba(var(--alt-overlay)) 50%, rgba(0, 212, 255, 0) 100%);
  }

  .banner-main {
    height: 500px;
  }

  .splide__img {
    width: 100%;
    height: 500px;
  }

  .splide__content_box {
    height: 500px;
  }
}

@media(max-width:575px) {
  .banner-main {
    height: 400px;
  }

  .splide__img {
    width: 100%;
    height: 400px;
  }

  .splide__content_box {
    height: 400px;
  }
}

/* ==========================================
    5. About-1, About-2 Page & Sections Styles 
  ============================================ */

.grid-wrapper {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  position: relative;
  z-index: 1;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper img {
  height: 100%;
  object-fit: cover;
}

@media(max-width:1199px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
}

@media(max-width:991px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 150px;
  }
}

@media(max-width:767px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 15px;
  }
}

@media(max-width:400px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 120px;
    grid-gap: 15px;
  }
}

/* grid extra options*/
.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.about-net-1 {
  right: -5px;
  top: -20px;
}

.about-net-2 {
  left: -5px;
  bottom: -30px;
}

@media(max-width:767px) {
  .about-net-1 {
    right: 0;
  }

  .about-net-2 {
    left: 0;
  }
}

/* Base styles for grid images */
.grid-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
}

/* Zoom + Brightness effect on hover */
.grid-wrapper img:hover {
  transform: scale(1.01);
  filter: brightness(1.1);
}

/* Optional overlay effect */
.grid-wrapper img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  opacity: 0;
}

.grid-wrapper img:hover::after {
  opacity: 1;
}

/* Subtle floating effect */
.grid-wrapper img:hover {
  transform: scale(1.08) translateY(-5px);
}

.why-choose-box {
  background-color: var(--PrimaryColor);
  padding: 30px;
  text-align: center;
  transition: 0.5s ease-out;
}

.why-choose-box .item-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--whiteColor);
  margin: 0 auto 30px;
  transition: 0.3s ease-out;
}

.why-choose-box:hover {
  transform: translateY(-10px);
}

.whyus_main {
  padding-top: 100px;
}

.icon-set {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon-set:hover {
  color: var(--secondary-color);
  transform: scale(1.1);
}

.mission-card {
  text-align: center;
  padding: 30px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* What We Do Section */
.services-card {
  text-align: center;
  background-color: var(--card-color);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.services-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Award Card Styling */
.award-card {
  max-height: 300px;
  height: 100%;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.award-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Award Icon Styling */
.award-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.award-icon i {
  font-size: 36px;
  color: #fff;
  transition: transform 0.3s ease;
}

.award-card:hover .award-icon {
  transform: scale(1.1);
}

.award-card:hover .award-icon i {
  transform: rotate(15deg);
}

.about-image {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.about-image:hover {
  transform: scale(1.05);
}

.cta-button {
  background-color: var(--PrimaryColor);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: var(--secondary-color);
}

/* ==============================================
   5. Service-1, service-2 Page & Sections Styles 
================================================== */

.cust_card_icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid var(--PrimaryColor);
  background-color: var(--card-color);
  color: var(--PrimaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 2;
}

.cust_card_body {
  margin-top: -40px;
  box-shadow: var(--box-shadow) !important;
}

.cust_card_body:hover {
  background-color: var(--PrimaryColor) !important;
  transition: 0.3s ease-in;
}

.clinox-service-feed-content .service-item-2 {
  margin-bottom: 30px;
}

.service-item-2 {
  padding: 30px 20px;
  background-color: var(--card-color);
  border: 1px solid var(--secondary-color);
  -webkit-transition: 500ms all ease;
  transition: 500ms ease;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  box-shadow: var(--box-shadow) !important;
}

.service-item-2 .inner-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0.3s;
}

.service-item-2 .inner-text h3 {
  color: var(--dark-text);
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.service-item-2 .inner-text p {
  padding-bottom: 30px;
  transition: 500ms ease;
}

.service-item-2 .inner-text .read-more {
  height: 50px;
  width: 170px;
  color: var(--dark-text);
  margin: 0 auto;
  font-weight: 500;
  border-radius: 30px;
  background-color: var(--alt-color);
  border: 1px solid var(--secondary-color);
}

.read-more:hover {
  background-color: var(--secondary-color) !important;
}

.service-item-2:hover .inner-icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-item-2:hover {
  background-color: var(--PrimaryColor);
  border: 1px solid var(--secondary-color);
}

.service-item-2:hover .inner-text h3,
.service-item-2:hover .inner-text p {
  color: var(--white-text) !important;
}

.service-benifit-text-wrap {
  max-width: 540px;
  padding-top: 40px;
}

.service-benifit-text-wrap .service-benifit-feature li {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.service-benifit-text-wrap {
  max-width: 540px;
  padding-top: 40px;
}

.service-benifit-text-wrap .service-benifit-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.service-benifit-text-wrap .service-benifit-feature li {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.service-benifit-text-wrap .service-benifit-feature li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--secondary-color);
}

@media (max-width: 450px) {
  .service-benifit-text-wrap {
    padding-top: 20px;
  }

  .service-benifit-text-wrap .service-benifit-feature li {
    width: 100%;
    padding-left: 20px;
  }

  .service-benifit-text-wrap .service-benifit-feature li:before {
    width: 8px;
    height: 8px;
  }
}

.service-offer-item .inner-serial {
  color: var(--white-text);
  width: 60px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--PrimaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-offer-item .inner-text {
  width: 100%;
  max-width: 260px;
}

@media (max-width: 991.98px) {
  .service-offer-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .service-offer-item .inner-serial {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .service-offer-item .inner-text {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .service-offer-item .inner-serial {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.service-heading-text:hover {
  color: var(--secondary-color) !important;
}

.service-list .nav-link.active {
  background-color: var(--PrimaryColor);
  color: var(--secondary-color);
  font-weight: normal;
}

.service-list .nav-link {
  background-color: var(--card-color);
  color: var(--dark-text);
  padding: 15px 0 15px 22px;
  font-weight: normal;
}

/*---------------------------------------------------- */
/*Promo area*/
/*----------------------------------------------------*/
.promo-section {
  padding: 120px 0px;
}

.promo-section {
  background: linear-gradient(0deg, rgba(var(--primary-color-overlay), 0.6), rgba(var(--primary-color-overlay), 0.9)),
    url(../../assets/images/banner_img/banner-image_01.webp) no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
}

.promo-content {
  max-width: 690px;
}

/* ==================
    6. Project Styles
================== */

.filter {
  justify-content: center;
  border: 0;
  gap: 10px;
}

.filter .nav-link {
  color: var(--PrimaryColor);
  border: 0px;
  border-radius: 5px;
}

.filter .nav-link:hover {
  color: var(--whiteColor) !important;
  background-color: var(--PrimaryColor);
}

.filter .nav-link.active {
  color: var(--whiteColor);
  border: 0px;
  background-color: var(--PrimaryColor);
}

.gallery .tab-pane img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery-image {
  position: relative;
  width: 33%;
  overflow: hidden;
}

@media(max-width:662px) {
  .gallery-image {
    width: 50%;
  }

  .filter {
    gap: 5px;
  }
}

@media(max-width:440px) {
  .gallery-image {
    width: 100%;
    height: 250px;
  }
}

.gallery-img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(var(--primary-color-overlay), 0.6);
  color: white;
  font-size: 18px;
  padding: 15px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.gallery-img-overlay:hover {
  opacity: 1;
}

.gallery-img-overlay .overlay-content {
  width: 100%;
  text-align: start;
}

.gallery-image:hover .gallery-img-overlay {
  opacity: 1;
}

.gallery-img-overlay span:hover {
  color: var(--secondary-color);
  transition: 0.4s ease-in-out;
}

/* ==================
   Project-1, Project-2 Page 
================== */

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.project-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.4);
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project-card img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-card a.project-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: var(--card-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  color: var(--dark-text);
  padding: 10px;
  z-index: 2;
  transition: transform 0.3s ease, background 0.3s ease;
}


.project-card a.project-info:hover{
  transform: translateY(-5px);
  color: var(--white-text)!important;
  background: var(--secondary-color);
}

.project-card a.project-info .arrow-btn i {
  font-size: 1.2rem;
  transition: transform 0.3s ease-in;
}

.project-card a.project-info:hover .arrow-btn i {
  transform: translateX(5px);
}


.widget-project-info {
  background-color: var(--alt-color);
  padding: 20px 20px;
  border-radius: 4px;
}

.heading-layout4 {
  margin-bottom: 26px;
  position: relative;
}

.heading-layout4 h3,
.heading-layout4 h4 {
  font-weight: 600;
  padding-left: 20px;
}

.heading-layout4:after {
  content: "";
  height: 24px;
  width: 3px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.project-details {
  padding-left: 20px;
}

.widget-project-info .project-details>ul>li {
  display: flex;
  margin-bottom: 18px;
  color: var(--para-text);
}

.widget-project-info .project-details>ul>li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--PrimaryColor);
  min-width: 100px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
}

.widget-project-info .project-details>ul>li span:after {
  content: ":";
  font-size: 18px;
  color: var(--para-text);
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}

.widget-project-info .project-details>ul>li .item-rating li {
  display: inline-block;
}

.widget-banner {
  padding: 10px;
  text-align: center;
}

/* ==================
   Project-2 Page 
================== */

.project-details-text4 {
  margin-top: 60px;
  padding: 34px 40px 40px;
}

@media only screen and (max-width: 767px) {
  .project-details-text4-single {
    margin-top: 20px;
  }

  .project-details-text4 {
    margin-top: 3px;
    padding: 20px 20px 20px;
  }
}

/* ==================
  7. FAQ Section Styles
================== */

.accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: var(--box-shadow)
}

.accordion-button:not(.collapsed) {
  color: var(--PrimaryColor);
  font-weight: bold;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  background-color: var(--card-color);
}

.accordion-button:not(.collapsed)::after {
  content: '\f078';
  font-family: 'FontAwesome';
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  content: '\f077';
  font-family: 'FontAwesome';
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button {
  background-color: var(--card-color);
}

.accordion-button:not(.collapsed) {
  background-color: var(--alt-color);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.accordion-button .faq-button:hover {
  background-color: var(--primary-text) !important;
}

.accordion_wrapper .accordion-body {
  padding: 26px;
  padding-right: 28px;
  padding-top: 0;
  background-color: var(--card-color);
  font-size: 16px;
  line-height: 1.75;
}

.checklist-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(var(--primary-rgba-color), 0.2);
}

/* ==================
    8. Counter Styles
   ================== */

.side-border {
  background-color: var(--whiteColor);
  color: var(--whiteColor);
  width: 2px;
  padding: 40px 0;
}

@media(max-width:991px) {
  .side-border {
    display: none;
  }
}

/* ==================
  9. Team Member Section Styles
================== */

.pbmit-element-posts-wrapper .pbmit-team-style-1 {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.pbmit-team-style-1 .pbminfotech-post-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--alt-color);
}

.pbmit-team-style-1 .pbminfotech-box-content {
  position: relative;
  padding: 20px
}

.pbminfotech-box-team-position::before {
  content: '/';
  padding-right: 5px;
  display: inline-block;
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  transition: all .3s ease-out;
}

.pbmit-social-icons {
  position: absolute;
  top: 0%;
  right: -50px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.pbmit-social-icons ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pbmit-social-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s;
}

.pbmit-social-icons ul li a:hover {
  background-color: var(--PrimaryColor);
  transform: scale(1.1);
}

.pbminfotech-post-item:hover .pbmit-social-icons {
  opacity: 1;
  visibility: visible;
  right: 10px;

}

.pbminfotech-box-content {
  position: relative;
}

/* ==================
  10. Contact Section Styles
  ================== */

.form-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-image: unset;

}

.form-select-wrapper {
  position: relative;
}

.form-select-wrapper::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 68%;
  right: 1rem;
  transform: translateY(-50%);
}

.form-select-wrapper::after {
  color: var(--form-input-text)
}

/* ==================
  11. Testimonials Styles
  ================== */

.emoji-main {
  width: 40px;
  height: 40px;
}

.testimonials .card {
  border: 1px solid var(--PrimaryColor);
}

.testimonial_main {
  background-size: cover;
  background-color: var(--alt-color);
  min-height: 600px;
}

.testimonials .splide__pagination {
  bottom: -40px;
  gap: 5px;
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background-color: var(--SuccessColor);
  border: 2px solid white;
}

.cust_card_body2:hover {
  background-color: var(--SuccessColor) !important;
  border-color: var(--SuccessColor) !important;
}

.cust_card_body:hover h5,
.cust_card_body:hover p {
  color: var(--whiteColor) !important;
}

.card-img {
  position: relative;
  overflow: hidden;
}

.testimonials_cust_card_img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid var(--PrimaryColor);
  background-color: var(--card-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  object-fit: cover;
  z-index: 99;
}

/* ==================
   13. Footer Styles 
================== */

.footer-link {
  color: var(--white-text) !important;
}

.footer-link:hover {
  color: var(--secondary-color) !important;
  transition: 0.3s ease-in;
}

.footer_main {
  margin-top: 90px !important;
}

.footer_main input::placeholder {
  color: white;
}

.newsletter_main {
  top: -70px;
  left: 0;
}

@media(max-width:767px) {
  .newsletter_main {
    position: unset !important;
    margin-bottom: 30px;
  }

  .footer-body {
    padding: 0px !important;
  }

  .footer_main {
    margin-top: 0px !important;
  }

  .footer_main .container-lg {
    padding: 15px;
  }
}

.footer-body {
  padding: 130px 0 15px 0;
}

.footer-hr {
  width: 45px;
  opacity: 1;
  border: 0.5px solid var(--SuccessColor);
}

.footer-copy {
  background-color:var(--PrimaryColor);
  ;
}

#newsletter .error:not(.form-control) {
  position: absolute;
  top: 100%;
  background-color: unset;
  color: var(--danger-text);
  background-color: var(--card-color);
  font-weight: 600;
}

/* ==================
     14. Back to top Styles
    ================== */

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  width: 50px !important;
  height: 50px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backtotop:hover {
  cursor: pointer;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.animate {
  transform: translate(-50%, -50%);
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ==================
   15. Preloader Styles
================== */

    #preloader {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: var(--light-gradient);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 9999;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }
    #preloader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* Broom Loader */
    .broom {
      width: 80px; height: 80px;
      position: relative;
      animation: sweep 1.6s infinite ease-in-out;
    }
    .broom::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 10px; height: 40px;
      background: #00a86b;
      transform: translateX(-50%);
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    .broom::after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 50%;
      width: 42px; height: 20px;
      background: #ffd166;
      transform: translateX(-50%);
      border-radius: 4px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    @keyframes sweep {
      0% { transform: rotate(-15deg); }
      50% { transform: rotate(15deg); }
      100% { transform: rotate(-15deg); }
    }

    /* Sparkles */
    .sparkle {
      position: absolute;
      width: 8px; height: 8px;
      background: #fff176;
      border-radius: 50%;
      opacity: 0.8;
      animation: sparkle 2s infinite ease-in-out;
    }
    .sparkle:nth-child(1) { top: -20px; left: -20px; animation-delay: 0s; }
    .sparkle:nth-child(2) { top: -25px; right: -15px; animation-delay: .4s; }
    .sparkle:nth-child(3) { bottom: -20px; left: -25px; animation-delay: .8s; }
    .sparkle:nth-child(4) { bottom: -25px; right: -20px; animation-delay: 1.2s; }

    @keyframes sparkle {
      0%, 100% { transform: scale(0.5); opacity: 0.6; }
      50% { transform: scale(1.2); opacity: 1; }
    }

    /* Loading Text */
    .loading-text {
      margin-top: 25px;
      font-size: 1.3rem;
      color: var(--heading-text);
      font-weight: 600;
      letter-spacing: 1px;
      position: relative;
    }

    /* Progress Bar */
    .progress-container {
      width: 180px;
      height: 6px;
      background: #c8e6c9;
      border-radius: 3px;
      margin-top: 10px;
      overflow: hidden;
    }

    .progress-bar {
      width: 0%;
      height: 100%;
      background: #00a86b;
        animation: progress 3s infinite;
      transition: width 0.3s ease;
    }

.progress-bar {
  background-color: var(--secondary-color);
  animation: progress 3s infinite;
}
    
.top-header-optional li a {
  width: 30px;
  height: 30px;
  transition: 0.2s ease-in-out;
}

.border-waves {
  height: 60px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 15, 50% 100%, 100, from(var(--wave-color)), color-stop(0.49, var(--wave-color)), color-stop(0.51, transparent), to(transparent));
  -webkit-background-size: 100px 100%;
  position: absolute;
  top: 100px;
  z-index: 1;
}

@media(max-width:576px) {
  .border-waves {
    height: 86px;
    top: 100px;
  }
}

.top-header-optional li a {
  width: 30px;
  height: 30px;
  transition: 0.2s ease-in-out;
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.top-header-optional li a:hover {
  background-color: var(--secondary-color) !important;
  color: var(--white-text);
  transform: translateY(-5px);
}

.social-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn:hover {
  background-color: var(--PrimaryColor) !important;
  transition: 0.3s;
  color: var(--whiteColor) !important;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-check-input {
  background-color: var(--form-input-bg);
}

/* ==================
   404 Error Page
================== */

.error-page__pattern {
  background: var(--bg-image) no-repeat center center / cover;
  color: var(--white-text);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

.error-404 {
  font-size: 10rem;
  color: var(--PrimaryColor);
  text-shadow: var(--text-shadow);
}

.error-404 span.rotating {
  display: inline-block;
  animation: rotateAnimation 3s infinite linear;
  color: var(--secondary-color)
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.floating {
  animation: floatAnimation 4s ease-in-out infinite;
  filter: drop-shadow(149, 152, 200, .2) !important;
}

@keyframes floatAnimation {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* ==================
   Coming Soon Page
================== */

.countdown-section {
  background: var(--bg-image) no-repeat center center/cover;
  color: var(--white-text);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-frame {
  text-align: center;
  background: var(--dark-color);
  padding: 50px;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow) !important;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.countdown div {
  font-size: 2rem;
  text-align: center;
}

.countdown span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  color: var(--white-text);
}

.email-form {
  margin: auto;
}

.email-form .emailbox {
  position: relative;
}

@media(min-width:576px) {
  .email-form {
    max-width: 500px;
  }

  .email-form .emailbox {
    width: 70%;
    position: relative;
  }
}

@media(max-width:575px) {
  .email-form input {
    margin-bottom: 20px;
  }

  .email-form button {
    width: 100%;
  }
}

.email-form .emailbox input {
  padding: 9px;
}

.email-form button {
  padding: 10px 20px;
  border: none;
  background: var(--PrimaryColor);
  color: var(--white-text);
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid var(--primary-color);
}

.email-form button:hover {
  background: var(--secondary-color);
}

.countdown-item span {
  display: block;
  font-size: 1rem;
  color: #838b92;
}

@media (max-width: 767px) {
  .countdown-item span {
    font-size: 0.9rem;
  }

  .email-form input {
    width: 100%;
  }

}

.email-form .form-control,
.form-select {
  /* height: 50px; */
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--form-input-bg);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.email-form .form-control::placeholder {
  color: var(--form-input-text);
}

.email-form .form-control:focus,
.form-select:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.email-form .form-control:hover:focus,
.form-control:focus {
  box-shadow: unset
}

/* ==================
   Under Construction Page
================== */

.section-construction {
  background: var(--bg-image) no-repeat center center / cover;
  color: var(--white-text);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-construction {
  text-align: center;
  background: var(--dark-color);
  padding: 50px;
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  margin: auto;
}

.progress-container-const {
  margin: 30px 0;
}

.progress-bar-const {
  width: 0%;
  background-color: var(--secondary-color);
  animation: progress 3s infinite;
}

@keyframes progress {
  0% {
    width: 0%;
  }

  50% {
    width: 75%;
  }

  100% {
    width: 0%;
  }
}

/* ==================
   Team-1 Page 
================== */

.team-section h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark-text);
}

.team-card {
  position: relative;
  background: var(--card-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow) !important;
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow) !important;
}

.team-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.team-card:hover img {
  transform: scale(1.1);
}

.team-info {
  padding: 20px;
  text-align: center;
}

.team-social-icons {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  transition: bottom 0.4s ease;
  opacity: 0;
}

.team-social-icons a {
  color: var(--white-text);
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--PrimaryColor);
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.team-social-icons a:hover {
  background: var(--secondary-color);
  transform: scale(1.2);
}

.team-card:hover .team-social-icons {
  bottom: 115px;
  opacity: 1;
}

.page-section-padding {
  padding: 120px 0px;
}

.pricing-item .price-header-icon-value {
  margin-bottom: 25px;
}

.pricing-item .price-header-icon-value h3 {
  color: var(--PrimaryColor);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 28px;
}

.pricing-item .price-header-icon-value .price-icon {
  padding-bottom: 28px;
}

.pricing-item .price-feature {
  margin-bottom: 25px;
}

.pricing-item .price-feature li {
  text-align: left;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.pricing-item .price-feature li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.pricing-item .price-feature li:before {
  top: 0;
  left: 0;
  content: "\f00c";
  font-weight: 900;
  color: var(--secondary-color);
  position: absolute;
  font-family: "Font Awesome 6 Free";
}

.pricing-table .item {
  background-color: var(--card-color);
  box-shadow: var(--box-shadow);
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  color: var(--white-text);
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: var(--secondary-color);
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

/* ==================
   FAQ Page 
================== */
.faq-contact-area .faq-contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}

.faq-contact-area .faq-contact-form form .form-control {
  border: none;
  height: 57px;
}

.faq-contact-area .faq-contact-form form .form-control:focus {
  border: 1px solid var(--secondary-color)
}

.faq-contact-area .faq-contact-form form .form-group {
  margin-bottom: 30px
}

.faq-contact-area .faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px
}

.faq-contact-area .faq-contact-form form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px
}

.faq-contact-area .faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px
}

.faq-contact-area .faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.faq-contact-area .form-control {
  height: 50px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--alt-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.faq-contact-area .form-control:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.faq-contact-area .form-control::placeholder {
  color: var(--form-input-text);
}

.faq-contact-area .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.faq-contact-area .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.faq-contact-area .contact-info ul li .icon {
  border: 1px dashed var(--PrimaryColor);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--PrimaryColor);
}

.faq-contact-area .contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 6px;
  -webkit-box-shadow: 0 1px 3px 1px var(--PrimaryColor);
  z-index: -1
}

.faq-contact-area .contact-info ul li a:hover {
  color: var(--PrimaryColor);
}

/* ==================
   Blog Page 
================== */

.blog-box {
  box-shadow: var(--box-shadow)
}

.blog-box:hover .item-img img {
  transform: scale(1.1);
}

.blog-box .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.blog-box .item-img {
  overflow: hidden;
}

.blog-box .item-content {
  padding: 20px;
}

.blog-box .item-title a:hover {
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
}

.blog-box .item-content .item-author {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}

.blog-box .item-content .item-author:after {
  content: "";
  height: 2px;
  width: 19px;
  background-color: var(--PrimaryColor);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-box .item-content .entry-meta {
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
}

.pagination-layout1 ul li .nav-item.active {
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.pagination-layout1 ul li .nav-item {
  display: inline-block;
  background-color: var(--alt-color);
  font-size: 20px;
  font-weight: 500;
  color: var(--para-text);
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.pagination-layout1 ul li .nav-item:hover {
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.widget-search-box .stylish-input-group {
  height: 60px;
  background-color: var(--card-color)
}

.widget-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  height: 60px;
  padding: 10px 20px;
}

.widget-search-box .stylish-input-group .form-control {
  color: var(--form-input-text);
}

.widget-search-box .stylish-input-group .form-control:focus {
  color: var(--dark-text);
  box-shadow: unset;
  outline: 0;
}

.stylish-input-group .form-control::placeholder {
  color: var(--form-input-text);
}

.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
}

.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
}

.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: var(--PrimaryColor);
  color: var(--white-text);
  border: 0;
  padding: 0 20px;
  transition: all 0.3s ease-out;
}

.widget-search-box .stylish-input-group .input-group-addon button:hover {
  background-color: var(--secondary-color);
}

.widget-search-box .stylish-input-group .input-group-addon button span {
  color: var(--white-text);
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  transition: all 0.3s ease-out;
}

.widget-category .category-list ul li {
  background-color: var(--card-color);
  margin-bottom: 2px;
}

.widget-category .category-list ul li a {
  position: relative;
  display: block;
  color: var(--dark-text);
  padding: 15px 0 15px 22px;
  transition: all 0.3s ease-out;
}

.widget-category .category-list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.widget-category .category-list ul li a i:before {
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.widget-category .category-list ul li a:hover {
  color: var(--secondary-color);
  padding-left: 30px;
}

.widget-recent-post .recent-post-list li {
  background-color: var(--card-color);
  padding: 16px 20px 20px;
  margin-bottom: 2px;
}

.widget-padding {
  padding: 30px 30px;
}

.widget-newsletter .item-content .form-box .form-group .form-control {
  border: none;
  padding: 10px;
}

.widget-newsletter .item-content .form-box .form-control {
  height: 60px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--form-input-bg);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.widget-newsletter .item-content .form-box .form-control:focus {
  color: var(--dark-text);
  background-color: var(--form-input-bg);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.widget-newsletter .item-content .form-box .form-control::placeholder {
  color: var(--form-input-text);
}

.widget-newsletter .item-content .form-box .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.widget-newsletter .item-content .form-box .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.widget-newsletter .item-content .form-box .contact-info ul li .icon {
  border: 1px dashed var(--PrimaryColor);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--PrimaryColor);
}

.form-group .form-control {
  font-size: 16px;
  padding: 10px 15px;
  border: none;
}

.widget-newsletter .item-content .form-box .form-group .item-btn {
  width: 100%;
  border: none;
  background-color: var(--secondary-color);
  border-radius: 4px;
  font-weight: 500;
  padding: 15px;
  transition: all 0.3s ease-out;
}

.widget-tag .tag-list li {
  display: inline-block;
  margin: 1px -1px;
}

.widget-tag .tag-list li a {
  font-size: 14px;
  display: block;
  background-color: var(--card-color);
  color: var(--para-text);
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.widget-tag .tag-list li a:hover {
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.single-blog-box-layout1 .item-details .entry-meta {
  margin-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
}

.single-blog-box-layout1 .item-details .entry-meta ul .item-author {
  position: relative;
  padding-left: 25px;
}

.single-blog-box-layout1 .item-details .entry-meta ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
  margin-bottom: 12px;
}

.single-blog-box-layout1 .item-details .entry-meta ul .item-author:after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: var(--PrimaryColor);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.single-blog-box-layout1 .quates-text {
  padding: 38px 42px 34px;
  font-style: italic;
  line-height: 1.7;
  margin: 35px 40px;
}

@media(max-width:767px) {
  .single-blog-box-layout1 .item-details .quates-text {
    padding: 15px 30px 15px
  }
}

.single-blog-box-layout1 .item-details .quates-text .post-author {
  position: relative;
}

.single-blog-box-layout1 .item-details .quates-text .post-author:after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: var(--PrimaryColor);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  box-shadow: var(--box-shadow) !important;
  background-color: var(--white-color);
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600
}

.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--primary-color);
  top: 50%;
  transform: translateY(-50%)
}

.comments-area .comment-body {
  border-bottom: 1px solid #d4d4d4;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--dark-text);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600
}

.comments-area .comment-body .reply a:hover {
  color: var(--white-text);
  background-color: var(--PrimaryColor);
  border-color: var(--PrimaryColor);
  transition: 0.3s ease-in;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: .4em;
  position: relative;
  z-index: 2
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%
}

.comments-area .comment-author .fn {
  font-weight: 600;
  color: var(--PrimaryColor);
}

#commentForm .form-control {
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--alt-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
}

#commentForm .form-control:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

#commentForm .form-control::placeholder {
  color: var(--form-input-text);
}

#commentForm.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

/* ==================
   Contact Page Details
================== */

footer.footer_main.cfooter {
  margin-top: 0px !important;
}

.contact-area .form-control {
  height: 50px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--alt-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.contact-area .form-control:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.contact-area .form-control::placeholder {
  color: var(--form-input-text);
}

.contact-area .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.contact-area .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.contact-area .contact-info ul li .icon {
  border: 2px dashed var(--PrimaryColor);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.contact-area .contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--PrimaryColor);
  border-radius: 50%;
  margin: 6px;
  z-index: -1
}

#contactform .form-control,
.form-select {
  height: 50px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--form-input-bg)!important;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

#contactform .form-control::placeholder {
  color: var(--form-input-text);
}

#contactform .form-control:focus,
.form-select:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

#contactform .form-control:hover:focus,
.form-control:focus {
  box-shadow: unset
}

#search .error:not(.form-control) {
  position: absolute;
  top: 100%;
}

.btn-close-custom {
  background: transparent;
  border: none;
  color: var(--dark-text);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.btn-close-custom:hover {
  color: var(--secondary-color);
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

.contact_map {
  height: 500px;
}

.project-big-img {
  max-height: 550px;
  overflow: hidden;
}

.project-big-img img {
  height: auto;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.custom-close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

 #mainNavbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: var(--primary-color); 
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

 #mainNavbar .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 #mainNavbar ul.navbar {
  margin: 0;
}

.contact_map{ 
  width:600;
  height:450;
  border:0;
}

/* ==================
  Slider-1 Banner CSS
================== */

  /* Splide Slider full width */
    #hero-splide .splide {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    #hero-splide .splide__slide {
      position: relative;
      min-height: 650px; /* desktop height in px */
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      overflow: hidden;
    }
    
    .slide-1{
        background: url(../../assets/images/banner_img/banner-image_01.webp) no-repeat;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .slide-2{
        background: url(../../assets/images/banner_img/banner-image_02.webp) no-repeat;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    /* Background zoom effect */
     #hero-splide .slide-bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      animation: zoomEffect 20s infinite alternate ease-in-out;
      z-index: -1;
    }

    @keyframes zoomEffect {
      from { transform: scale(1); }
      to { transform: scale(1.2); }
    }

    /* Overlay */
     #hero-splide .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.45);
      z-index: 0;
    }

    /* Slide Content */
     #hero-splide .slide-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 20px;
    }


    #hero-splide .slide-content p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

     #hero-splide .slide-content a {
      display: inline-block;
      padding: 12px 30px;
      background: var(--PrimaryColor);
      color: #fff;
      text-decoration: none;
      border-radius: 30px;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    #hero-splide .slide-content a:hover {
      background: var(--PrimaryColor);
    }

    /* Splide Arrows center aligned */
    #hero-splide .splide__arrows {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      pointer-events: none;
      z-index: 5;
    }

     #hero-splide .splide__arrow {
      pointer-events: all;
      background: rgba(255,255,255,0.3);
      width: 45px; height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }

    #hero-splide .splide__arrow:hover {
      background: rgba(255,255,255,0.6);
    }

    #hero-splide .splide__arrow svg {
      fill: #fff;
      width: 20px;
      height: 20px;
    }

    /* Pagination dots styling */
   #hero-splide  .splide__pagination__page {
      background: rgba(255, 255, 255, 0.4);
      width: 12px;
      height: 12px;
      margin: 6px;
      border-radius: 50%;
      transition: all 0.3s;
    }

   #hero-splide  .splide__pagination__page.is-active {
      background: var(--PrimaryColor);
      transform: scale(1.2);
    }

    /* Responsive */
    @media (max-width: 992px) {
       #hero-splide .splide__slide {
        min-height: 500px;
      }
     #hero-splide  .slide-content h1 {
        font-size: 2.2rem;
      }
      .slide-content p {
        font-size: 1rem;
      }
    }

    @media (max-width: 768px) {
       #hero-splide .splide__slide {
        min-height: 380px;
        padding: 0 10px;
      }
      #hero-splide .slide-content {
        padding: 15px;
        max-width: 86%;
      }
      #hero-splide .slide-content h2 {
        font-size: 1.6rem;
      }
     #hero-splide  .slide-content p {
        font-size: 0.9rem;
      }
       #hero-splide .splide__arrow {
        width: 35px;
        height: 35px;
      }
     #hero-splide  .splide__arrow svg {
        width: 15px;
        height: 15px;
      }

     #hero-splide  .splide__arrow--prev{
      margin-top: 60px!important;
      
    }
    
     #hero-splide .splide__arrow--next{
      margin-top: 60px!important;
      /* right: 4em; */
    }

    }

   #hero-splide  .splide__arrow--prev{
      margin-top: 30px;
      
    }
    
     #hero-splide .splide__arrow--next{
      margin-top: 30px;
      /* right: 4em; */
    }


 /* ==================
  Slider-2 Banner CSS
================== */
   #cleaning-slider .splide__slide {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;

      /* Background setup */
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;

      /* Use min-height instead of vh */
      min-height: 650px;
       
    }

    /* Overlay for readability */
   #cleaning-slider .splide__slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    /* === Slide Content === */
   #cleaning-slider .slide-content {
      position: relative;
      z-index: 2;
      max-width: 750px;
      padding: 25px 30px;
      background: color-mix(in srgb, var(--PrimaryColor), transparent 45%);
      border-radius: 18px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    #cleaning-slider .slide-content h2 {
      font-size: 2.8rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #fff;
    }

  #cleaning-slider .slide-content p {
      font-size: 1.2rem;
      line-height: 1.7;
      color: #eee;
      margin: 0;
    }

    /* === Arrows Custom === */
   #cleaning-slider .splide__arrow {
      background: var(--PrimaryColor);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
      transition: all 0.3s ease;
      z-index: 5;
    }
   #cleaning-slider .splide__arrow:hover {
      background: var(--secondary-color);
      transform: scale(1.1);
    }
   #cleaning-slider .splide__arrow svg {
      fill: #fff;
      width: 20px;
      height: 20px;
    }

    /* === Pagination Bullets === */
   #cleaning-slider .splide__pagination {
      bottom: 25px;
    }
  #cleaning-slider  .splide__pagination__page {
      width: 14px;
      height: 14px;
      margin: 0 6px;
      background: #fff;
      opacity: 0.6;
      border-radius: 50%;
      transition: 0.3s;
    }
  #cleaning-slider  .splide__pagination__page.is-active {
      background: var(--PrimaryColor);
      transform: scale(1.3);
      opacity: 1;
    }

    /* === Background Images === */
   #cleaning-slider .slide-1 {
      background-image: url("../../assets/images/banner_img/banner-image_03.webp");
    }

   #cleaning-slider .slide-2 {
        background-image: url("../../assets/images/banner_img/banner-image_04.webp");
    }

   #cleaning-slider .slide-3 {
      background-image: url("../../assets/images/banner_img/banner-image_05.webp");
    }

    /* === Responsive === */
    @media (max-width: 992px) {
     #cleaning-slider .splide__slide {
        min-height: 500px;
      }
     #cleaning-slider .slide-content h2 {
        font-size: 2.2rem;
      }
     #cleaning-slider .slide-content p {
        font-size: 1rem;
      }
    }

    @media (max-width: 991px) {
    #cleaning-slider  .splide__slide {
        min-height: 350px;
        padding: 0 10px;
      }

    #cleaning-slider  .slide-content {
        padding: 15px;
        max-width: 75%;
      }

     #cleaning-slider .slide-content h2 {
        font-size: 1.6rem;
      }

     #cleaning-slider .slide-content p {
        font-size: 0.9rem;
      }

     #cleaning-slider .splide__arrow{
        width: 30px;
        height: 30px;
      }

    #cleaning-slider  .splide__arrow svg{
      width: 15px;
      height: 15px;
      }
    }

   @media (max-width: 460px) {
        #cleaning-slider  .slide-content {
        padding: 15px;
        max-width: 95%;
      }
    }
  
 .sparkle-star {
      position: relative;
      width: 100px;
      height: 100px;
      /* margin: auto; */
    }

  /* sparkle shape = 4-point diamond star */
  .clean-star {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    clip-path: polygon(
      50% 0%,   /* top */
      65% 35%,  /* top-right */
      100% 50%, /* right */
      65% 65%,  /* bottom-right */
      50% 100%, /* bottom */
      35% 65%,  /* bottom-left */
      0% 50%,   /* left */
      35% 35%   /* top-left */
    );
  }

    /* Big star (center) */
    .big {
     width: 30px;
    height: 30px;
    top: 27%;
    left: 42%;
}
    
    /* Small top-left star */
    .small1 {
    width: 22px;
    height: 22px;
    top: 21%;
    left: 14%;
    }

    /* Small bottom-right star */
    .small2 {
    width: 20px;
    height: 20px;
    bottom: 32%;
    right: 56%;
    }


.site-logo {
  content: var(--logo-url);
  width: 160px;
  height: auto;
}

/* Apply footer logo */
.footer-logo {
  content: var(--footer-logo-url);
  width: 150px;
  height: auto;
}