/*!
Theme Name: Pitoon Child theme
Theme URI: https://layerdrops.com/pitoonwp/
Template: pitoon
Author: Bracket Web
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Pitoon WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pitoon-child
*/


/* Header Line */
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
    padding: 0 50px 0;
}

 .main-slider__bg-two-outer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #04171ae6;
  height: 110px;
}

.main-menu__logo{
 padding: 0px 0;

 }

.main-menu .main-menu__list > li, .stricky-header .main-menu__list > li {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    padding: 0 20px 0;
}

/* STIKCY HEADER */
.stricky-header.main-menu {
    background-color: #25226C;
}


/* TOP HEADER HIDE */
.main-header__top-inner{
    display: none !important;
}

h5.main-menu__call-number {
    color: #ffffff !important;
    font-weight: 600; /* optional: makes it bold */
}


/* HOME PAGE ( + ) SIGN */
.services-one__plus a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 12px;
    color: #22256c; 
    background-color: var(--pitoon-white);
    transition: all 0.5s ease;
}

.services-one__list li:hover .services-one__plus a {
  background-color: #DC3236 !important;
  color: #fff !important;
}
.services-one__list li:hover .services-one__plus a span {
  color: #fff !important;
}


/* Digital agency services built specifically for your business. */
.feature-one__bottom-text-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #25226C;
}


/*  */
/* Custom Button Styling (safe override) */
/* Default State */
.elementor-65 .elementor-element.elementor-element-9e75be0 .thm-btn.main-slider__btn,
.elementor-65 .elementor-element.elementor-element-9e75be0 a.thm-btn {
    background-color: #DC3236 !important; /* Red */
    color: #FFFFFF !important; /* White */
}

/* Hover State */
.elementor-65 .elementor-element.elementor-element-9e75be0 .thm-btn.main-slider__btn:hover,
.elementor-65 .elementor-element.elementor-element-9e75be0 a.thm-btn:hover {
    background-color: #FFFFFF !important; /* White */
    color: #DC3236 !important; /* Blue */
}


/* Hide topbar links (About / Help / Contact) */
/* Hide Topbar Menu completely */
.main-header__top-menu {
    display: none !important;
}
/* Hide only About/Help/Contact links */
.main-header__top-menu li {
    display: none !important;
}


/* SERVICE SECTION EXTRA ALL CSSES */
.services-one__title a {
    color:  #25226C;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}
:root {
  --pitoon-primary: #FFF3F3 !important; /* default value */
  --pitoon-primary-rgb: 245, 243, 238;
  --pitoon-base: #dc3236;
  --pitoon-base-rgb: 220, 50, 54;
  --pitoon-black: #04171a;
  --pitoon-black-rgb: 4, 23, 26;
}
.services-one__content:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    background-color: #25226C;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s 
linear;
    z-index: -1;
}



/* GET TO KNOW US - TITLE HEADING BLUE */
.about-one__progress-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #25226C;
    margin-bottom: 7px;
}

.about-one__icon span {
    display: inline-flex;          
    align-items: center;
    justify-content: center;
    width: 58px;                   
    height: 58px;                  
    font-size: 24px;
    color: #DC3236 !important;               /* default icon red */
    border-radius: 50%;            
    background-color: #FFFFFF !important;    /* default bg white */
    border: 1px solid #DC3236 !important;    /* default border red */
    transition: all 0.3s ease;     
    margin-right: 12px;           
    flex-shrink: 0;                
}

/* Hover effect (reverse) */
.about-one__icon:hover span {
    color: #FFFFFF !important;                /* icon white */
    background-color: #DC3236 !important;     /* bg red */
    border: 1px solid #DC3236 !important;     /* border red */
}


.about-one__img::before {
    content: none !important;
}

.feature-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25226C;
    color: var(--pitoon-white);
    font-size: 14px;
    font-weight: 700;
    padding: 8.5px 0;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}

.feature-one__bottom-text-box {
    position: relative;
    display: block;
    max-width: 669px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #25226C !important; 
    padding: 9px 30px 12px;
}

.feature-one__btn:hover {
    background-color: #DC3236 !important;
    color: #FFFFFF !important;
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--pitoon-base) !important;
}
.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #DC3236;
}
.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    color: #25226C;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}

/* thinking differently (sec) */
.feature-one__icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #DC3236;
    border-radius: 50%;
    font-size: 32px;
    color: #FFFFFF;
}

/* HOVER CSS */
.feature-one__hover-icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 32px;
    color: #DC3236;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}

/* Normal state */
.elementor-65 .elementor-element.elementor-element-c91c240 .feature-one__title a,
.elementor-65 .elementor-element.elementor-element-c91c240 .feature-one__hover-title a,
.elementor-65 .elementor-element.elementor-element-c91c240 .feature-one__icon span {
    color: white;
    transition: color 0.3s ease;
}

/* Hover effect only on the single feature block */
.elementor-65 .elementor-element.elementor-element-c91c240 .feature-one__single:hover .feature-one__title a,
.elementor-65 .elementor-element.elementor-element-c91c240 .feature-one__single:hover .feature-one__hover-title a,
.elementor-65 .elementor-element.elementor-element-c91c240 .feature-one__single:hover .feature-one__icon span {
    color: #ffffff !important;
}



/* CONTACT US CSS */
/* GET A FREE QUOTE COLOR CSS CHANGE */
.contact__right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -209px;
    bottom: 0;
    right: -1000000px;
    background-color: #FAF9F6;
    -webkit-transform: skewX(-29deg);
    -moz-transform: skewX(-29deg);
    -ms-transform: skewX(-29deg);
    -o-transform: skewX(-29deg);
    transform: skewX(-29deg);
    z-index: -1;
}
.contact__form-input-box input[type=text], .contact__form-input-box input[type=email] {
    height: 63px;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--pitoon-gray);
    display: block;
    font-weight: 500;
}



/* From the Blog */
/* Latest News & Articles from the Blog BUTTON */
.blog-one__comment-and-btn-box .blog-one__comment {
    display: none !important;
}

/* Button safe rahe */
.blog-one__comment-and-btn-box .blog-one__btn {
    display: inline-block !important;
}

.blog-one__comment-and-btn-box {
    display: flex;
    justify-content: left;   /* button ko center karo */
    align-items: center;
    margin-top: 20px;
    background: transparent;   /* background strip hata do */
    padding: 0;                /* extra padding remove */
}

/* Button ko thoda style do */
.blog-one__comment-and-btn-box .blog-one__btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 25px;
    background-color: #DC3236;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* smooth soft shadow */
}

/* Hover effect */
.blog-one__comment-and-btn-box .blog-one__btn:hover {
    background-color: #FFFFFF; /* dark red hover (example) */
    color: #DC3236;
}
.blog-one__btn:hover span {
    color: #DC3236;
}
.blog-one__btn::after {
    content: none !important;
}
.blog-one__btn::before {
    content: none !important;
    
}

/* Icon normal state */
.blog-one__btn .fa-play::before {
    color: #fff;  /* by default white icon */
    transition: all 0.3s ease;
}

/* Icon hover state (जब button hover होगा) */
.blog-one__btn:hover .fa-play::before {
    color: #DC3236 !important;  /* hover पर blue दिखेगा */
}



/* FROM THE BLOG */
.blog-one__date-box span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background-color: var(--pitoon-base);
    padding: 13px 12px 13px;
    color: #FFFFFF;
}
.blog-one__date-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background-color: #25226C;
    padding: 13px 20px 13px;
}



/* Explore Our Best Recent Work Projects */
.project-one__tag p {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: white;
}

.project-one__title a {
    color: var(--pitoon-black);
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}

.project-one__title a:hover {
    color: #DC3236 !important;
}

/* remove arrow from project section */
.project-one__arrow {
    display: none !important;
}

/* COLOR SHADE */
.project-one__img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #25226C 0%, rgba(4, 23, 26, 0) 100%) !important;
    background-image: -webkit-linear-gradient(90deg,#25226C 0%,rgba(4, 23, 26, 0) 100%) !important;
    background-image: -ms-linear-gradient(90deg, rgb(249, 190, 23) 0%, rgba(4, 23, 26, 0) 100%);
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms 
ease;
    transition: -webkit-transform 500ms 
ease;
    transition: transform 500ms 
ease;
    transition: transform 500ms 
ease, -webkit-transform 500ms 
ease;
    z-index: 2;
}

/* LINE SLIDE CSS */
/* LINE SLIDE CSS DISABLED */
.thm-owl__carousel--range__input .irs--flat .irs-bar {
    display: none !important;
}
span.irs.irs--flat.js-irs-0 {
    display: none !important;
    pointer-events: none !important; /* stops any interaction */
    visibility: hidden !important;
}

.testimonial-one__img::after {
    content: "";
    position: absolute;
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;
    border-radius: 50%;
    border: 2px solid #DC3236;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.testimonial-one__shape-2 {
   display: none !important;
}

/* We’ve Over 26 Years of Experience */
h2.why-choose-one__experience-title {
  color: white; 
}
.why-choose-one__experience-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #FFFFFF;
    transition: all 500ms 
linear;
    transition-delay: 0.1s;
    transform: scale(1);
}


/* ABOUT US & HOME ICONS */
.about-one__icon span,
.about-four__points li .icon span {
    display: inline-flex;          
    align-items: center;
    justify-content: center;
    width: 58px;                   
    height: 58px;                  
    font-size: 24px;
    color: var(--pitoon-white);
    border-radius: 50%;            
    background-color: #DC3236;     
    transition: all 0.3s ease;     
    margin-right: 12px;            
    flex-shrink: 0;                
    border: 1px solid transparent; /* default no border */
}

/* Hover effect */
.about-one__icon span:hover,
.about-four__points li .icon span:hover {
    color: #DC3236;                /* arrow red */
    background-color: #FFFFFF;     /* bg white */
    border: 1px solid #DC3236;     /* border red */
}


.about-four__points li:hover .icon span { 
    color: #DC3236;               
    background-color: #FFFFFF;    
    border: 1px solid #DC3236;    
}

/* ICONS */
.counter-two__icon i {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: white;
    transition: all 500ms 
linear;
    transition-delay: 0.1s;
    transform: scale(1);
}



/* SERVICE PAGE  */
/* HEADING ( BLUE ) */
.section-title__title {
    margin: 0;
    color: #25226C;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 4px;
}
.services-three__single {
    position: relative;
    display: block;
    background-color: #25226C;
    padding: 50px 50px 50px;
    margin-bottom: 30px;
}

/* MARKETING SOLUTION */
.why-choose-one__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: white;
    background-color: transparent;
    padding: 34px 0px 34px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    font-family: var(--pitoon-font-two);
    transition: all 0.3s 
ease;
    z-index: 1;
}


/* SERVICE PAGE HEADLINE BLUE COLOR*/
.project-one__title a {
    color: #25226C;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}


/* CONTACT US FORM DROPDOWN */
.bootstrap-select .dropdown-menu > li.selected > a {
    background: #25226C;
    color: #fff;
}

/* FOOTER COLOR FIX BLUE */
.site-footer {
    background-color: #25226C !important; 
}
.bootstrap-select .dropdown-menu > li > a:hover {
    background: #25226C;
    color: var(--pitoon-white);
    cursor: pointer;
}



/*  */
/* ---------- Contact / Career form — looks like screenshot ---------- */
/* Wrapper card */
.contact-form-wrapper{
  max-width: 600px;
  margin: 28px auto;
  padding: 28px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(18,23,40,0.06);
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: #222;
  box-sizing: border-box;
}

/* Heading with red left bar */
.contact-form-wrapper .form-title{
  font-size: 24px;
  font-weight: 700;
  color: #25226C;                 /* dark navy text */
  margin-bottom: 18px;
  padding-left: 14px;
  border-left: 6px solid #DC3236; /* red accent */
  display: inline-block;
}

/* Two column rows */
.contact-form-wrapper .form-row{
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}

.contact-form-wrapper .form-col{
  flex: 1;
  min-width: 0; /* prevents overflow */
}

/* Make plain <p> fields full width (city / message) */
.contact-form-wrapper p { margin: 0 0 14px; }

/* Inputs / textarea / selects */
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="file"],
.contact-form-wrapper input[type="url"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  color: #222;
  background: #fbfbfb;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-sizing: border-box;
  transition: box-shadow .18s ease, border-color .18s ease, transform .08s ease;
  resize: vertical;
}

/* Placeholder style (subtle) */
.contact-form-wrapper ::placeholder {
  color: #9aa0a6;
  opacity: 1;
}

/* Textarea height like screenshot */
.contact-form-wrapper textarea {
  min-height: 220px;
  line-height: 1.5;
  padding-top: 16px;
}

/* Focus state */
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  border-color: #25226C;
  box-shadow: 0 6px 18px rgba(37,34,108,0.08);
  outline: none;
}

/* Small legal / terms line */
.contact-form-wrapper .legal-note,
.contact-form-wrapper .form-disclaimer {
  font-size: 13px;
  color: #333;
  margin-top: 8px;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* Links inside legal note */
.contact-form-wrapper .legal-note a,
.contact-form-wrapper .form-disclaimer a {
  color: #25226C;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted rgba(37,34,108,0.08);
}
.contact-form-wrapper .legal-note a:hover,
.contact-form-wrapper .form-disclaimer a:hover {
  color: #DC3236;
  text-decoration: none;
}


/* Center-reveal hover for buttons & inputs inside .contact-form-wrapper */
.contact-form-wrapper button,
.contact-form-wrapper input[type=submit],
.contact-form-wrapper .thm-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;

  /* Normal state: red bg, white text */
  background-color: #DC3236 !important;
  color: #fff !important;
  border: none !important; /* removed border */
  border-radius: 6px !important;
  padding: 0.7em 1.6em !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  height: 46px;
  width: 136.66px;

  /* White overlay (as a background gradient) that will grow vertically from center */
  background-image: linear-gradient(#fff, #fff) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 0% !important; /* start with zero height */
  transition: background-size 0.8s ease, color 0.8s ease !important; /* slower transition */

  /* Optional: subtle shadow for depth */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important; /* blur effect instead of border */
}

/* Hover: white overlay expands from center (up + down) and text becomes red */
.contact-form-wrapper button:hover,
.contact-form-wrapper input[type=submit]:hover,
.contact-form-wrapper .thm-btn:hover {
  color: #DC3236 !important;
  background-size: 100% 200% !important; /* expand vertically */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; /* stronger blur on hover */
}

/* Optional: keyboard focus accessibility */
.contact-form-wrapper button:focus,
.contact-form-wrapper input[type=submit]:focus,
.contact-form-wrapper .thm-btn:focus {
  outline: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}



/* Form footer (if you use checkbox + button side-by-side) */
.contact-form-wrapper .form-footer{
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* If checkbox exists inside .form-footer */
.contact-form-wrapper .form-footer .form-checkbox {
  font-size: 13px;
  color: #444;
}

/* Small device responsive */
@media (max-width: 768px) {
  .contact-form-wrapper .form-row {
    flex-direction: column;
    gap: 12px;
  }
  .contact-form-wrapper { padding: 20px; }
  .contact-form-wrapper .form-title { font-size: 20px; }
}

.contact-page__form-box {
  display: contents !important;
}



/* FOOTER */
.footer-widget__link-list li a {
    position: relative;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
}
.footer-widget__link-list li a:hover {
    color: #DC3236; /* or #ff0000 */
}
.footer-widget__about-text {
    color: #FFFFFF;
}
.footer-widget__Contact-text {
    color: #FFFFFF;
}

/* HERE IS THE CSS FOR ALL CURVES BORDER-RADIUS ON ALL */
/* HOME PAGE SERVICES SECTION */
.services-one__single {
  border-radius: 15px;   
  overflow: hidden;      
}
.services-one__single:hover {
  border-radius: 15px;   
  transition: all 0.3s ease;
}

/* HOME PAGE ALL IMAGES CURVE CSS*/
/* first img */
.about-one__img img {
    border: none;
    border-radius: 10px !important;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.about-one__img {
    position: relative;
    display: block;
    background-color: transparent;
}
/* second img */
.about-one__img-2 img {
    border: none;
    border-radius: 10px !important;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    width: auto;
    mix-blend-mode: luminosity;
}
.about-one__img-2 {
    position: absolute;
    bottom: -86px;
    right: -200px;
    background-color: transparent;
}

.feature-one__content {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--pitoon-bdr-color);
    margin-bottom: 30px;
    padding-right: 30px;
    overflow: hidden;
    z-index: 1;
}

.elementor img {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.feature-one__img {
    clip-path: none !important;
}

/* Specialised IT services built specifically for your business. */
.feature-one__bottom-text-box {
    position: relative;
    display: block;
    max-width: 669px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #25226C !important;
    padding: 9px 30px 12px;
    border-radius: 4px;
}

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.feature-one__hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 30px;
    background-color: var(--pitoon-black);
    padding: 54px 50px 54px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s 
linear;
    z-index: 2;
    border-radius: 12px;
}

.services-one__plus a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 12px;
    color: #22256c;
    background-color: var(--pitoon-white);
    transition: all 0.5s 
ease;
}

/* HOME PAGE FAQS BORDER_RADIUS */
.faq-one__faq-box {
    position: relative;
    display: block;
    border: 1px solid var(--pitoon-bdr-color);
    padding: 0 50px 0;
    border-radius: 10px;
}
.faq-one__points-and-counter-box {
    position: relative;
    align-items: center;
    display: block;
}

/* Tabs Remove */
.tab-buttons.clearfix.list-unstyled {
    display: none;
}

/* Highest Success Rates - CURVE TEXT AND IMAGE CSS */
.why-choose-one__experience {
    position: relative;
    display: block;
    max-width: 200px;
    width: 100%;
    background-color: var(--pitoon-base);
    padding: 40px 31px 54px;
    /* Order: top-left, top-right, bottom-right, bottom-left */
    border-radius: 10px 0px 0px 10px;
}

.why-choose-one__experience-img img {
    border: none;
    /* Order: top-left, top-right, bottom-right, bottom-left */
    border-radius: 0px 10px 10px 0px !important;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

/* Testimonials */
.testimonial-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 40px 195px 49px;
    padding-right: 55px;
    z-index: 1;
    border-radius: 10px;
}
/* +++++++++++ */
.services-one__plus {
    position: absolute;
    left: 40px;
    bottom: -7px;
    z-index: 2;
}

/* ABOUT US PAGE CSS ALL (CURVE AND ALL) */
/* Common styles (default state) */
.about-one__icon span,
.about-four__points li .icon span {
    display: inline-flex;          
    align-items: center;
    justify-content: center;
    width: 58px;                   
    height: 58px;                  
    font-size: 24px;
    color: #DC3236 !important;               
    border-radius: 50%;            
    background-color: #FFFFFF !important;    
    border: 1px solid #DC3236 !important;    
    transition: all 0.3s ease;     
    margin-right: 12px;           
    flex-shrink: 0;                
}

/* Hover effect (reverse colors) */
.about-one__icon:hover span,
.about-four__points li .icon:hover span {
    color: #FFFFFF !important;                
    background-color: #DC3236 !important;     
    border: 1px solid #DC3236 !important;    
}


/* IMAGE CURVE CSS */
.about-four__img {
    position: relative;
    display: inline-block; 
    border-radius: 10px;   
    overflow: hidden;      
}

/* Image styling */
.about-four__img img {
    border-radius: 10px;
    display: block;       
    width: 100%;          
    height: auto;
}

/* CDT benefits CSS */
.why-choose-three__single-bg-1 {
    position: absolute;
    border-radius: 10px;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.5;
    z-index: -1;
}
.why-choose-three__single:before {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    content: "";
    background-color: var(--pitoon-black);
    z-index: -1;
    border-radius: 10px;
}
.why-choose-three__single {
    position: relative;
    display: block;
    padding: 29px 27px 24px;
    border: 1px solid rgba(var(--pitoon-white-rgb), 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
}
/* ABOUT US PAGE CSS ALL (CURVE AND ALL) DONE. */


/* SERVICE PAGE CURVE CSS*/
.services-three__single {
    position: relative;
    display: block;
    background-color: #25226C;
    padding: 50px 50px 50px;
    margin-bottom: 30px;
    border-radius: 10px;
}

/* ALL SERVICES IMAGE CURVE CSS */
/* 1. UI-UX */
img.attachment-full.size-full.wp-image-2374 {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.services-details__img {
    border-radius: 10px;
}

/* 2. Web Devmnt */
.elementor-94 .elementor-element.elementor-element-38157e55 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    --kit-widget-spacing: 0px;
    border-radius: 10px;
}

/* 3. Backend Devmnt */
.elementor-2425 .elementor-element.elementor-element-61f78c0 {
    border-radius: 10px !important;
    overflow: hidden !important;
}


/* 4. Mobile Devmnt */
.elementor-90 .elementor-element.elementor-element-2b1fe156 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    --kit-widget-spacing: 0px;
    border-radius: 10px;
}

/* 5. Database devmnt */
.elementor-100 .elementor-element.elementor-element-1347da9d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    --kit-widget-spacing: 0px;
    border-radius: 10px;
}

/* 7. Digital Marketing */
.elementor-92 .elementor-element.elementor-element-58f62d79 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    --kit-widget-spacing: 0px;
    border-radius: 10px;
}

/* 9. Enterprise Solutions */
.elementor-2431 .elementor-element.elementor-element-dff118b {
    margin: 0100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    border-radius: 10px;
}

/* 10. Custom Development */
.elementor-2434 .elementor-element.elementor-element-e14990f {
    margin: 0100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    border-radius: 10px; 
}

/* CONTACT FORM -- GET A FREE QOUTE RADIUS */
.contact__form-input-box textarea {
    border-radius: 10px;
}


/* CTA FULL WIDTH */
/* CTA FULL WIDTH */
.cta-one__inner {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    max-width: 100vw;
    padding: 41px 80px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Title: you can set exactly where you want */
.cta-one__title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    left: 300px;   /* 👈 move text from left */

}

/* Button wrapper: fix on right with px */
.cta-one__btn-box {
    position: absolute; 
    top: 50%;
    right: 370px;   /* 👈 distance from right edge */
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20px;      /* gap between triangle & button */
}

/* Button styling */
.cta-one__btn-box .thm-btn {
    border-radius: 4px;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
    color: #FFFFFF;
    background-color: #25226C;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.cta-one__btn-box .thm-btn:hover {
    background-color: #3a3a8c;
    transform: translateY(-2px);
}

/* Triangle before button */
.cta-one__btn-box::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 27px solid var(--pitoon-base);
    border-bottom: 35px solid transparent;
    z-index: 1;
}
.cta-one__btn-box::after {
    content: "";
    position: absolute;
    top: -41px;
    left: 180px;
    bottom: -40px;
    border-top: 71px solid transparent;
    border-left: 55px solid transparent;
    border-bottom: 71px solid transparent;
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cta-one__inner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 30px 20px;
    }

    .cta-one__title {
        left: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .cta-one__btn-box {
        position: static;
        transform: none;
        right: auto;
    }

    .cta-one__btn-box::before {
        display: none;
    }
}

/* icons OUR CLIENTS SLIDER */
/* .owl-carousel .owl-item img {
    display: block;
    width: 150px;
    filter: grayscale(5);
} */
/* Brand-one slider image overlay */
.brand-one .brand-one__img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

/* brand-one section images */
.brand-one .owl-carousel .owl-item img {
    display: block;
    width: 150px;
    filter: grayscale(100%); /* black & white by default */
    transition: filter 0.5s ease, brightness 0.5s ease; /* smooth transition */
}

/* Hover effect brand-one */
.brand-one .owl-carousel .owl-item:hover img {
    filter: grayscale(0%) brightness(130%); /* color + brighter on hover */
}


/* CONTACT FORM CSS HOME PAGE */
.contact__form-input-box {
  position: relative;
  z-index: 10;
}

.contact__form-input-box input,
.contact__form-input-box textarea {
  position: relative;
  z-index: 15;
  pointer-events: auto;
}

.contact__form-input-box::before,
.contact__form-input-box::after {
  display: none !important;
}


/* SERVICES (WHY CHOOSE CDT) */
.services-details__points li {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 240px;
    width: 100%;
    flex-wrap: wrap;
    background-color: var(--pitoon-primary);
    padding: 18px 19px 18px;
    margin-bottom: 30px;
}
.services-details__importance {
    position: relative;
    display: block;
    padding: 49px 50px 63px;
    background-color: var(--pitoon-primary);
    z-index: 1;
    border-radius: 10px;
}
.services-details__importance-shape-1 img {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.services-details__importance-shape-1 {
    border-radius: 10px;
    overflow: hidden;
}

/* web-service img-curve css */
.elementor .services-details__benefit-img img { 
    width: 100%;
    mix-blend-mode: luminosity;
    border-radius: 0; 
}
.services-details__benefit-img {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: var(--pitoon-black);
}


/* Service page img and text flip */
.services-details__benefit .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Flips image and text */
  align-items: center;
}
.elementor .services-details__benefit-img {
  position: relative;
  display: inline-block;      /* shrink-wraps to image size */
  border-radius: 10px !important;
  background-color: var(--pitoon-black);
}
.elementor .services-details__benefit-img img {
  width: 300px;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* CDT Promises to Drive Your Business Growth (BABNNER CSS) */
.banner-one {
    border-radius: 10px !important;
}
.banner-one__shape-1 img {
  border-radius: 10px !important;
  display: block;
}

/* SERVICES PAGE TOP_MARGIN */
 .elementor .services-details__benefit-img {
  position: relative;
  display: inline-block;
  border-radius: 10px !important;
  background-color: var(--pitoon-black);
  margin-top: 50px;
  overflow: hidden; /* prevent background or image overlap */
  z-index: 0;       /* ensure background stays behind image */
}

.elementor .services-details__benefit-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px !important;
  z-index: 1;       /* image will stay on top of black background */
}

.elementor .services-details__benefit-img img {
    position: relative;
    display: block;
    width: 290px;
    height: auto;
    border-radius: 10px !important;
    z-index: 1;
}

/* FOOTER CSS */
/* LATEST NEWS & ARTICAL */
.site-footer__social a {
    position: relative;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    font-size: 15px;
    border-radius: 17px;
    border: 2px solid #df2a4a;
    overflow: hidden;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
    z-index: 1;
}
.site-footer__social a i, .site-footer__social a svg {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
}

.site-footer__social a:hover {
    color: #dc3236;
    background-color: var(--pitoon-white);
    border: 1px solid var(--pitoon-white);
}
.site-footer__social a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    font-size: 15px;
    border-radius: 17px;
    border: 2px solid #f91717;
    overflow: hidden;
    -webkit-transition: all 500ms 
ease;
    transition: all 500ms 
ease;
    z-index: 1
}
/* Ensure SVG icons follow the text color */
.site-footer__social a svg {
    fill: currentColor;
}

/* Footer social icons — hover state: brand text on white background with white border */
.site-footer__social a:hover {
    color: var(--pitoon-base);
    background-color: var(--pitoon-white);
    border: 1px solid var(--pitoon-white);
}
/* footer underline */
.footer-widget__title {
    display: inline-block;      
    border-bottom: 2px solid #DC3236; 
    padding-bottom: 5px;       
}

.services-one__shape-4 {
    display: none;
}

.services-one__title{
    height: 50px !important;
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form input[type="submit"] {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    height: 46px;
    width: 136.66px;
}
.contact-form-wrapper .form-footer .form-checkbox {
    font-size: 13px;
    color: #444;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

/* Quick Links Column Fix */
.footer-widget__column.footer-widget__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* align content to top */
    height: 100%;                /* match height with other columns */
    box-sizing: border-box;
}

/* Remove extra margin from title */
.footer-widget__column.footer-widget__link .footer-widget__title-box {
    margin-bottom: 15px; /* adjust as needed */
}

/* Remove extra margin from list */
.footer-widget__column.footer-widget__link .footer-widget__link-list {
    margin: 0;    /* removes default UL margin */
    padding: 0;   /* removes default UL padding */
    list-style: none;
}

/* List items spacing */
.footer-widget__column.footer-widget__link .footer-widget__link-list li {
    margin-bottom: 8px;  /* spacing between links */
}

/* Optional: make text consistent */
.footer-widget__column.footer-widget__link a {
    color: #ffffff;     /* or your desired color */
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
}

/* Hover effect */
.footer-widget__column.footer-widget__link a:hover {
    text-decoration: underline;
    color: #ff0000; /* example hover color */
}

/* career form css */
/* Footer row (checkbox + button + disclaimer) */
/* File input background same as other fields */
.career-form-wrapper input[type="file"] {
    background-color: #fbfbfb !important; /* ensures same bg */
    border:1px solid #ddd;
    border-radius:8px;
    padding:10px 12px;
    cursor:pointer;
    font-size:14px;
    color:#333;
}

/* Optional: remove default browser file button color */
.career-form-wrapper input[type="file"]::-webkit-file-upload-button {
    background-color: #fbfbfb;
    border:1px solid #ddd;
    border-radius:8px;
    padding:8px 12px;
    cursor:pointer;
    font-size:14px;
    color:#333;
}

/* Firefox */
.career-form-wrapper input[type="file"]::-moz-file-upload-button {
    background-color: #fbfbfb;
    border:1px solid #ddd;
    border-radius:8px;
    padding:8px 12px;
    cursor:pointer;
    font-size:14px;
    color:#333;
}
.form-footer{
  display:flex;
  flex-direction:column;
  gap:5px; /* proper 5px spacing between checkbox, button, disclaimer */
}

/* Checkbox styling */
.form-footer .form-checkbox{
  font-size:13px;
  color:#444;
  line-height:1.5;
}
/* Disclaimer same style as checkbox */
.form-footer .form-disclaimer{
  font-size:13px;
  color:#444;
  line-height:1.5;
  margin:0;          /* remove extra top/bottom margin */
  padding:0;         /* remove extra padding */
  background:none;   /* no gray box */
  border:none;       /* no border */
}

/* Footer row (checkbox + button + disclaimer) */
.form-footer{
  display: flex;
  flex-direction: column;
  gap: 5px; /* 5px gap between checkbox, button, disclaimer */
  align-items: flex-start !important; /* 👈 ensures all items (including button) align left */
  justify-content: flex-start !important;
  text-align: left !important;
}

/* Submit button alignment fix */
.career-form-wrapper input.wpcf7-submit,
.career-form-wrapper .btn-submit,
.contact-form-wrapper button,
.contact-form-wrapper input[type=submit],
.contact-form-wrapper .thm-btn {
  align-self: flex-start !important; /* 👈 force button to stay left */
  margin-left: 0 !important;         /* 👈 remove any center margin */
  margin-right: auto !important;     /* 👈 push button to left */
  text-align: left !important;       /* 👈 ensure internal text alignment */
}
/* ======================================================
   Normalize input field font style (match textarea style)
   ====================================================== */

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 
.wpcf7-form-control.wpcf7-text,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 
.wpcf7-form-control.wpcf7-email,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 
.wpcf7-form-control.wpcf7-tel,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 
.wpcf7-form-control.wpcf7-select {
    font-family: "Manrope", sans-serif !important;
    font-weight: 400 !important;  /* make normal, not bold */
    color: #a1a6ac !important;
    background-color: #fbfbfb !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
}

/* Optional: match placeholder style too */
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 
.wpcf7-form-control::placeholder {
    font-family: "Manrope", sans-serif !important;
    font-weight: 400 !important;
    color: #a1a6ac !important;
    opacity: 1;
}

/* Submit button adjustments */
.form-footer .btn-submit {
  align-self:flex-start; /* keep button aligned properly */
}


/* footer gapping */
/* Ensure parent is flex or use margin */
.footer-widget__Contact {
    position: relative;
    display: inline-block; /* block → inline-block for spacing */
    margin-left: 80px;  
}
.footer-widget__column.footer-widget__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    box-sizing: border-box;

    /* padding-left: 50px !important;    */
    margin-left: 50px !important;    
}


/* All section equal space */
.brand-one {
    position: relative;
    display: block;
    padding: 60px 0 60px;
}

/* FOOTER white color */
.elementor .text,
.elementor .text:before,
.elementor .text:after {
  box-sizing: border-box;
  color: #FFFFFF;
}

/* FOOTER ADDRESS AND EMAIL SPACE CSS */
.footer-widget__Contact-list li:nth-child(2) {
    margin-top: 10px; 
}



/* HOME PAGE FORM PROBLEM SOLVE CSS */
/* Prevent layout jump on form submission */
.wpcf7 form .wpcf7-response-output {
  margin: 0; /* remove extra spacing */
  position: absolute; /* keep it in place */
  bottom: -40px; /* adjust according to design */
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* Maintain button design consistency */
.contact__btn {
  background-color: #DC3236 !important; /* your original red */
  color: #ffffff !important; /* white text */
  border: none !important;
  transition: all 0.5s ease;
}

.contact__btn:hover {
  background-color: #ffffff !important; /* white background */
  color: #dc3236 !important; /* red text */
}

/* Optional: adjust success message styling */
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #25226C;
  background-color: #ffffff;
  color: #25226C;
  padding: 0; /* removed top padding */
  border-radius: 4px;
}
.contact-page__points li .content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-family: var(--pitoon-font);
    color: #25226C;
}
.contact-page__points li .content h4:hover {
    color: #DC3236; 
    transition: color 0.3s ease; 
}

.elementor-column .elementor-spacer-inner {
    /* height: var(--spacer-size); */
}

/* Contact form and all form, msg filed */
/* Target all textareas inside your contact form wrapper */
.contact-form-wrapper textarea {
    min-height: 80px;      /* starting height */
    max-height: 150px;      /* maximum height user can drag */
    line-height: 1.5;       /* readable text */
    padding: 12px;          /* inner spacing */
    width: 100%;            /* full width */
    resize: vertical;       /* allow only vertical resizing */
    box-sizing: border-box; /* include padding in width */
    font-size: 14px;
}
textarea.wpcf7-form-control.wp-cf7-textarea.wpcf7-validates-as-required {
    width: 100%;                /* full width of parent */
    min-height: 80px;          /* starting height */
    max-height: 150px;          /* max height user can drag */
    padding: 12px 14px;         /* match your screenshot */
    line-height: 1.5;           /* readable text */
    font-size: 14px;
    box-sizing: border-box;     /* include padding in width/height */
    resize: vertical;           /* allow only vertical resizing */
    background-color: #FBFBFB;  /* match your screenshot */
    border: 1px solid #ccc;     /* optional: add border if needed */
    border-radius: 4px;         /* optional rounded corners */
}

/* GREYSCALE CSS CAREER PAGE */
.elementor-cta__bg {
    filter: grayscale(100%);
}
.brand-one__single:hover .brand-one__img > img {
    opacity: 1 !important;
}



/* !!!!!!!!!!!!!!!!!!!!!!!!!!! RESPONSIVE CSS STARTS FROM HERE !!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* ===============================
   FOOTER RESPONSIVE (Mobile)
   =============================== */
@media (max-width: 768px) {

  /* Footer container columns vertically stack hon */
  .footer-widget__column {
    width: 100% !important;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Column wrapper bhi left align ho */
  .footer-widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Titles left align ho jaye */
  .footer-widget__title {
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
  }

  /* Links left align aur block form me */
  .footer-widget__link-list {
    text-align: left;
    padding-left: 0 !important;
  }
  .footer-widget__link-list li {
    display: block;
    margin: 4px 0;
  }

  /* Text readability */
  .footer-widget__link-list li a {
    font-size: 14px;
  }

  /* About or contact text alignment */
  .footer-widget__about-text,
  .footer-widget__Contact-text {
    text-align: left;
    font-size: 14px;
  }

  /* Social icons left align */
  .site-footer__social {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  .site-footer__social a {
    height: 38px;
    width: 38px;
    font-size: 13px;
    border-radius: 12px;
  }

  /* Links column proper left align */
  .footer-widget__column.footer-widget__link,
  .footer-widget__column.footer-widget__Contact {
    align-items: flex-start !important;
    text-align: left !important;
    margin-left: 0 !important;
  }

  /* Remove any container spacing inside */
  .footer-widget__column > * {
    margin-left: 0 !important;
  }
}

/* Even smaller phones */
@media (max-width: 480px) {
  .footer-widget__title {
    font-size: 16px;
  }
  .footer-widget__link-list li a {
    font-size: 13px;
  }
  .site-footer__social a {
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}


/* ===============================
   TESTIMONIALS RESPONSIVE (Mobile)
   =============================== */
@media (max-width: 767px) {

  /* Card styling */
  .testimonial-one__single {
    width: 90% !important;       /* card width */
    max-width: 350px;            /* optional for very small screens */
    margin: 20px auto !important; /* center card */
    padding: 20px !important;
    box-sizing: border-box;
    text-align: center !important; /* center everything inside */
  }

  /* Image container */
  .testimonial-one__img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto 15px !important; /* spacing below image */
  }

  /* Image itself */
  .testimonial-one__img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }

  /* Client name */
  .testimonial-one__client-name {
    font-size: 16px !important;
    font-weight: 600;
    color: #25226C;
    margin: 0 auto 5px !important;
    line-height: 1.2;
    text-align: center !important;
  }

  /* Star rating */
  .testimonial-one__client-rate {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
  }

  .testimonial-one__client-rate .fa {
    color: #E63946; /* red stars */
    font-size: 14px !important;
    margin: 0 2px !important;
  }

  /* Testimonial text */
  .testimonial-one__text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #333;
    text-align: left !important;   /* line start-to-end natural */
    width: 100% !important;        /* full width of card */
    margin: 0 !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
  }

  /* Optional: ensure last line doesn't stretch oddly */
  .testimonial-one__text::after {
    content: "" !important;
    display: inline-block;
    width: 100%;
  }

  /* Carousel & container fixes */
  .testimonial-one__carousel .owl-stage {
    display: flex !important;
    justify-content: center !important;
  }

  .testimonial-one__carousel .owl-item {
    float: none !important;
    display: flex !important;
    justify-content: center !important;
  }

  .testimonial-one__bottom {
    padding: 0 10px !important;
    text-align: center !important;
  }

  /* Section title & tagline */
  .section-title.text-center {
    text-align: center !important;
  }

  .section-title__title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
  }

  .section-title__tagline {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  /* Hide extra arrows on mobile */
  .section-title__icon-box-1,
  .section-title__icon-box-2 {
    display: none !important;
  }

}


/* ===============================
   WHY CHOOSE ONE - RESPONSIVE (Mobile)
   =============================== */
@media (max-width: 767px) {
    .why-choose-one__experience-and-img {
        display: flex;
        flex-direction: column; 
        gap: 15px;              
        align-items: center;    
    }

    .why-choose-one__experience,
    .why-choose-one__experience-img {
        width: 100%;           
        max-width: 400px;      
    }

    .why-choose-one__experience {
        text-align: center;    
        padding: 10px 0;       
    }

    .why-choose-one__experience-img img {
        width: 100%;
        height: auto;          
        display: block;
        object-fit: cover;     
    }
}


/* ===============================
   FEATURE ONE BOTTOM TEXT BOX - RESPONSIVE (Stack text & button)
   =============================== */
/* ===============================
   FEATURE ONE BOTTOM TEXT BOX - MOBILE ONLY
   =============================== */
@media (max-width: 768px) {
    .feature-one__bottom-text-box {
        display: flex !important;
        flex-direction: column !important; /* text upar, button neeche */
        align-items: center !important;    /* center horizontally */
        justify-content: flex-start !important;
        gap: 12px !important;              /* spacing between text & button */
        width: 100% !important;            /* full width */
        position: relative !important;     /* ensure no absolute conflict */
    }

    .feature-one__bottom-text-box p {
        display: block !important;
        text-align: center !important;
        margin: 0 !important;              /* remove extra margin */
        width: 100% !important;            /* full width */
    }

    .feature-one__bottom-text-box .feature-one__btn {
        display: block !important;         /* force new line */
        width: auto !important;            /* remove any fixed width */
        float: none !important;            /* remove float */
        text-align: center !important;
        margin: 0 auto !important;         /* center button */
        position: relative !important;     /* remove absolute conflicts */
    }
}

/* Smaller phones */
@media (max-width: 480px) {
    .feature-one__bottom-text-box p {
        font-size: 14px !important;
    }

    .feature-one__bottom-text-box .feature-one__btn {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }
}


/*  */
.why-choose-one p {
    margin-bottom: 10px; /* paragraph ke niche 10px gap */
}




/* ===============================
   MOBILE RESPONSIVE RED ARROWS CSS
   =============================== */
/* Mobile-only */
@media (max-width: 767px) {

    /* Target ONLY sub-heading */
    .section-title__tagline {
        position: relative;       /* required for pseudo-elements */
        display: inline-block;    /* inline for left/right icons */
        text-align: center;
    }

    /* Left arrows */
    .section-title__tagline::before {
        content: "\f104 \f104 \f104"; /* FontAwesome left arrows */
        font-family: "Font Awesome 5 Free"; /* FA 5 solid */
        font-weight: 900;
        color: #DC3236;
        margin-right: 8px;
        font-size: 14px;           /* adjust size if needed */
    }

    /* Right arrows */
    .section-title__tagline::after {
        content: "\f105 \f105 \f105"; /* FontAwesome right arrows */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #DC3236;
        margin-left: 8px;
        font-size: 14px;           /* adjust size if needed */
    }
}

/* Ensure heading is untouched */
.section-title__title::before,
.section-title__title::after {
    content: none !important;
}



/* ===============================
   CTA HOME PAGE RED LINE SECTION TEBLET CSS 
   =============================== */
@media (max-width: 1200px) {

  /* Force full red background, remove white sides */
  section.cta-one,
  .cta-one {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #d32f2f !important;
  }

  /* Reset Elementor wrappers */
  .cta-one .elementor-container,
  .cta-one .elementor-row,
  .cta-one .elementor-column,
  .cta-one .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* CTA inner wrapper */
  .cta-one__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
  }

  /* Text center */
  .cta-one__title {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
  }

  /* Button below text */
  .cta-one__btn-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .cta-one__btn {
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}
/* Opt-out on SECTIONS */
body .elementor .elementor-top-section.no-global-gap,
body .elementor > .elementor-section-wrap > .elementor-section.no-global-gap {
  margin-top: 0 !important;
}

/* Opt-out on CONTAINERS (Flexbox) */
body .elementor .e-con.no-global-gap {
  margin-top: 0 !important;
}

/* If your gap is applied via sibling rule, also neutralize it robustly */
body .elementor .no-global-gap,
body .elementor .no-global-gap.elementor-top-section,
body .elementor .no-global-gap.e-con {
  margin-block-start: 0 !important; /* covers logical property too */
}
.why-choose-one__points::before {
    content: "";
    position: absolute;
    top: -20px;            /* move 20px higher */
    right: 20px;
    bottom: -20px;         /* move 20px lower */
    width: 1px;
    background-color: rgba(var(--pitoon-white-rgb), 0.1);
}
