
/* IRE-2026 Page */
:root{
    --cstm-primary: #eb2626 ;
}

@media(min-width: 1441px){
    .container.sm{
        max-width: 1280px;
        padding: 0 16px;
    }
}

.page-template-IRE2026 header{
    position: relative;
    z-index: 9;
}

.cstm-bg {
    position: relative;
    z-index: 1;
}

.bnr-sec {
    padding: 160px 0 100px;
    margin-top: -80px;
}

.bg-after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.bnr-sec .bg-after {
   clip-path: polygon(100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
}

.bg-after:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content:"";
    opacity: 60%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bnr-inr-ctnt {
    display: flex;
    gap: 50px;
    color: #fff;
}

.bnr-inr-ctnt > * {
    max-width: calc(100% / 2 - 10px);
    width: 100%;
}

.cstm-form {
    padding: 0px 24px 24px !important;
    border-radius: 20px;
    background-color: #00000085;
    backdrop-filter: blur(11px);
    max-width: 480px;
    margin: 0 auto;
}

.cstm-form .ginput_recaptcha {
    height: 0;
    display: none;
    transition: all 0.3s ease;
}

.cstm-form:hover .ginput_recaptcha {
    height: auto;
    display: block;
}

.cstm-form-ctnt {
    text-align: center;
}

.cstm-form-ctnt > p:first-child {
    padding: 10px 20px;
    background: var(--cstm-primary);
    max-width: 90%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 16px;
}

.cstm-form-ctnt > p:last-child {
    border: 1px solid #ffffff4f;
    border-left: 0;
    border-right: 0;
    padding: 6px;
    margin-bottom: 10px !important;
}

.cstm-form-ctnt > p:last-child a {
    color: var(--cstm-primary);
}

.cstm-form .gform_wrapper {
    margin: 0;
}

.cstm-form .gform_wrapper .gform_heading {
    display: none;
}

.cstm-form .gform_wrapper .gfield_label {
    display: none;
}

.cstm-form .gform_wrapper .gfield_label, .cstm-form .gform_wrapper .gform-field-label {
    display: none !important;
}

.cstm-form input, .cstm-form textarea {
    width: 100% !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
    border-radius: 8px;
    outline: 0;
    border: 0;
}

.cstm-form .gfield {
    padding: 0 !important;
}

.cstm-form .gform_button {
    background: var(--cstm-primary);
    color: #fff;
    font-weight: 600;
    min-height: 50px;
    text-transform: uppercase;
}

.cstm-form .gform_button[disabled] {
    opacity: 50%;
}


.bnr-left h1 {
    font-size: calc(32px + (52 - 31) * (100vw - 320px) / (1920 - 320));
    line-height: 1.3em;
    margin-bottom: 15px;
}

.bnr-left p{
    font-size: 16px;
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 35px;
}

.check-list li{
    display: flex; 
    align-items:center;
    font-weight: 600;
}

.check-list li img {
    max-width: 40px;
}

.btn-design {
    display: inline-flex;
    padding: 4px 16px 4px 4px;
    background: var(--cstm-primary);
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    font-size: 16px;;
    gap: 10px;
    border: 2px solid var(--cstm-primary);
}

.btn-design span {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cstm-primary);
}

.btn-design span path {
    fill: var(--cstm-primary);
}

/* Testimonial Section */
.sec-padding{
    padding: 80px 0;
}

.text-center{
    text-align: center;
}

.sec-heading.text-center {
    max-width: 80%;
    margin: 0 auto 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-sec #wprev-slider-2 .indrevdiv {
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    border-radius: 10px;
}

.testimonial-sec #wprev-slider-2 .indrevdiv .indrevtxt {
    height: 140px;
    overflow-y: auto;
    font-size: 14px;
}


.testimonial-sec .indrevdiv .indrevtxt::-webkit-scrollbar {
      width: 7px;
}

.testimonial-sec .indrevdiv .indrevtxt::-webkit-scrollbar-track {
    background: #7e7e7e;
    border-radius: 10px;
}

.testimonial-sec .indrevdiv .indrevtxt::-webkit-scrollbar-thumb {
    background: var(--cstm-primary);
    border-radius: 10px;
}

.testimonial-sec .indrevdiv .indrevtxt::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.testimonial-sec .slickwprev-dots li.slickwprev-active button:before {
    color: var(--cstm-primary);
    opacity: 1;
}


/* Video Slider Section */
.text-white *{
    color: #fff;
}

.video-slider-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--cstm-primary);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}

.video-slider-sec .bg-after {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
}

.video-slider-sec .bg-after:after {
    opacity: 90%;
}

.video-slider-sec .video-review-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.video-slider-sec .video-review-card {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    max-width: 800px;
    padding: 0;
}

.video-slider-sec .video-review-card.right {
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}

.video-slider-sec .media {
  position: relative;
}

.video-slider-sec .media img {
    max-width: 240px;
    height: 240px;
    width: 100%;
    min-width: 240px;
    border-radius: 50%;
    border: 6px solid var(--cstm-primary);
    object-fit: cover;
}

.video-slider-sec .video-thumb {
    position: absolute;
    bottom: -10px;
    right: -70px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #000;
    border: 2px solid var(--cstm-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cstm-primary);
    cursor: pointer;
    font-size: 20px;
}

.video-slider-sec .video-review-card.right .video-thumb {
    right: 80px;
}

.video-slider-sec .content h4 {
  color: var(--cstm-primary);
  margin-bottom: 5px;
}

.video-slider-sec .content .company-name {
    font-size: 18px;
    margin-bottom: 10px;
}

.video-slider-sec .content p {
  font-size: 14px;
  line-height: 1.6;
}

.review-text{
    opacity: 0.8;
}
/* Modal */
.video-slider-sec .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.video-slider-sec .video-modal-content {
  width: 80%;
  max-width: 700px;
  position: relative;
}

.video-slider-sec .video-modal iframe {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}

.video-slider-sec .close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}


.video-slider-sec .video-review-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1070px;
    margin: 40px auto;
}

/* Service Section */
/* .service-sec .sec-heading {
    max-width: 60%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
} */

.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card{
    position: relative;
    border-radius: 24px;
    padding: 10px 10px 0 !important;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.service-card img{
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.service-card:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #f7f7f7;
    border-radius: 24px;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 550' preserveAspectRatio='none'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0H426C439.255 0 450 10.7452 450 24V526C450 539.255 439.255 550 426 550H219.775C210.715 550 202.427 544.897 198.346 536.807L189.967 520.193C185.887 512.103 177.598 507 168.538 507H24C10.7451 507 0 496.255 0 483V24Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: left bottom;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    box-shadow: 0 0 10px;
};

.service-card:hover::after {
  background-color: var(--cstm-primary);
}

.service-card-ctnt {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.service-card-ctnt h4 {
    font-size: 22px;
    margin-top: 10px;
    transition: all .5s ease;
}

.service-card *{
    transition: all .5s ease;
}

.service-card:hover *{
    color: #fff;
}

.service-link {
    margin-top: 30px;
    padding-left: 20px;
    display: inline-block;
    color: var(--cstm-primary);
    font-weight: 600;
}

.service-link:hover{
    color: #000 !important;
}

.service-card:hover .service-link {
    color: var(--cstm-primary);
}

.service-card:hover::after {
    background-color: var(--cstm-primary);
}


/* Media Query */
/* Banner */
@media(max-width: 1199px){
    .bnr-sec {
        padding: 120px 0 100px;
    }
 
    .bnr-sec .bg-after {
        clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
    }
 
    .bnr-inr-ctnt {
        gap: 30px;
        flex-direction: column;
    }

    .bnr-inr-ctnt > * {
        max-width: 100%;
        width: 100%;
    }

    .bnr-left {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
 
    /* .bnr-left h1 {
        font-size: 42px;
    } */

    .check-list {
        gap: 4px;
        margin: 20px 0 0px;
        order: 2;
    }

    .check-list li {
        display: flex;
        align-items: center;
        font-weight: 600;
        justify-content: center;
    }

    .bnr-sec .btn-design {
        order: 1;
        margin-top: 24px;
    }
}


@media(max-width: 991px){
    .bnr-sec {
        padding: 120px 0 80px;
    }

    .cstm-form input, .cstm-form textarea {
        font-size: 14px !important;
        padding: 8px 16px !important;
        border-radius: 6px;
    }

    /* Service */
    .service-card-ctnt h4 {
        font-size: 18px;
        margin-top: 6px;
        transition: all .5s ease;
    }

    .service-card-ctnt {
        padding-bottom: 10px;
    }

    .service-link {
        margin-top: 20px;
        padding-left: 16px;
        padding-bottom: 10px;
    }

    .grid-3{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    
}

@media(max-width: 767px){
    .cstm-form-ctnt > p:first-child {
        font-size: 18px;
    }

    .sec-heading.text-center{
        max-width: 100%;
    }
    
}

@media(max-width: 575px){
    .sec-padding {
        padding: 60px 0;
    }

    .testimonial-sec .slickwprev-dots {
        bottom: -22px;
    }

    .grid-3{
        grid-template-columns: repeat(1, 1fr);
    }

    .service-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .service-link {
        padding-bottom: 4px;
    }
    
    /* Video Testimonial */
    .video-slider-sec .video-review-list{
        gap: 40px;
    }

    .video-slider-sec .video-review-card,
    .video-slider-sec .video-review-card.right {
        flex-direction: column;
        text-align: center;
    }

    .video-slider-sec .media img {
        max-width: 180px;
        height: 180px;
        width: 100%;
        min-width: 180px;
        border: 4px solid var(--cstm-primary);
    }

    .video-slider-sec .video-thumb {
        right: -60px;
        width: 80px;
        height: 80px;
    }
}


/* Testimonial Section */
.testimonial-landing-sec {
    padding: 100px 0 !important;
    flex-direction: column;
}

section.testimonial-landing-sec .sentence{
    font-size: 44px !important;
    /* flex-wrap: wrap; */
}

section.testimonial-landing-sec .slidingVertical span{
    font-size: 32px !important;
}

.reviews-slider {
    padding: 0 30px;
}

.testimonial-landing-sec .review-card {
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(210 0 0 / 30%) 100%);
}

.testimonial-landing-sec .avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(186 26 26) 100%);
}


.testimonial-landing-sec .review-card h4 {
  margin: 0;
  font-size: 18px;

}

.testimonial-landing-sec .company {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

.testimonial-landing-sec .stars {
    color: #f1c40f;
    margin: 10px 0;
    font-size: 24px;
    line-height: 1;
}

.testimonial-landing-sec .owl-nav.disabled{
    display: none !important;
}

.testimonial-landing-sec .review-card p {
    color: #bfbfbf !important;
    font-size: 16px;
    height: 150px;
    overflow-y: auto;
    margin-top: 0 !important;
    margin-bottom: 20px;
    padding-right: 12px;
}

.review-btm-dtl {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.review-company-logo {
    background: #ffffff2e;
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(61px);
    transition: all 0.3s ease-in-out 0.1s;
}

.review-company-logo:hover{
    transform: scale(0.96);
}

.review-company-logo img {
    max-width: 200px;
    height: 80px;
    object-fit: contain;
    min-width: 140px;
}

.review-dtl {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 60%;
}

.testimonial-landing-sec .review-card p::-webkit-scrollbar {
      width: 7px;
}

.testimonial-landing-sec .review-card p::-webkit-scrollbar-track {
    background: #7e7e7e;
    border-radius: 10px;
}

.testimonial-landing-sec .review-card p::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.testimonial-landing-sec .review-card p::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

@media(max-width: 1480px){
    .testimonial-landing-sec .review-card h4 {
        font-size: 16px;
    }

    .review-card{
        text-align: left;
    }
}

@media(max-width: 1199px){
    .testimonial-landing-sec {
        padding: 80px 0 !important;
    }
}

@media(max-width: 575px){
    .review-btm-dtl{
        flex-direction: column;
        justify-content: start;
    }
    .review-dtl{
        max-width: 100%;
    }

    section.testimonial-landing-sec .slidingVertical span{
        font-size: 28px !important;
    }
}