Float right
.pull-right { float: right; }

/* Main banner positioning */
.banner-inner-slider .sec-head {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

.banner-inner-slider .sec-head .header-content {
    position: relative;
    padding: 18px 0 56px;
    display: inline-block;
    right: 6%;
}

/* Headings */
.banner-inner-slider .sec-head .header-content h2 {
    font-size: 42px;
    color: #fff;
    font-family: 'Museo700Regular';
    text-align: right;
    line-height: 50px;
}

.banner-inner-slider .sec-head .header-content h2 span {
    font-family: 'museo300regular';
    font-weight: 300;
}

.banner-inner-slider .sec-head .header-content h3 {
    font-size: 85px;
    color: #f9c834;
    font-family: 'Museo700Regular';
    text-align: right;
    line-height: 90px;
    letter-spacing: -3px;
}

.banner-inner-slider .sec-head .header-content h3 span {
    font-family: 'museo300regular';
    font-weight: 300;
}

.banner-inner-slider .sec-head .header-content p {
    font-size: 42px;
    color: #fff;
    font-family: 'museo300regular';
    text-align: right;
    line-height: 50px;
}

/* Tablet fix */
@media (max-width:768px) {
    .banner-inner-slider .sec-head { top: 0; }
}

/* Mobile styles */
@media (max-width:575px) {
    .banner-inner-slider .sec-head {
        position: relative;
        top: 0;
        height: auto;
        display: block;
        text-align: center;
        background-color: #312f45;
    }

    .banner-inner-slider .sec-head .header-content {
        right: auto;
        padding: 18px 0 18px;
        float: none;
    }

    .banner-inner-slider .sec-head .header-content h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .banner-inner-slider .sec-head .header-content h3 {
        font-size: 46px;
        line-height: 50px;
        text-align: center;
    }

    .banner-inner-slider .sec-head .header-content p {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
}

/* -----------------------------------
   UNDER BANNER – MAIN CONTAINER
----------------------------------- */
.main_container {
  background: #fff;
  z-index: 0;
  position: relative;
}

/* -----------------------------------
   CANADA ABOUT SECTION
----------------------------------- */
.canada_about_section {
  width: 100%;
  padding: 90px 0;
  background: url(../../images/about-bg.jpg) top center no-repeat;
}

/* LEFT TEXT AREA ----------------------------------- */
.canada_about_section .about_intro {
  float: left;
  width: 60%;
  padding-right: 30px;
  box-sizing: border-box;
}

/* MAIN HEADING (Merged + Fixed) */
.canada_about_section .about_intro h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  z-index: 1;
}

/* RED BAR LEFT */
.canada_about_section .about_intro h1:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #ab1c12;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

/* Sub-heading inside h1 */
.canada_about_section .about_intro h1 span {
  display: block;
  color: #ab1c12;
  font-size: 32px;
  font-weight: 600;
}

/* SECONDARY HEADING (WHY Dynamic Group?) */
.canada_about_section .about_intro .t_h2 {
  font-size: 35px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
}

.canada_about_section .about_intro .t_h2:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #ab1c12;
  position: absolute;
  top: 0;
  left: 0;
}

.canada_about_section .about_intro .t_h2 span {
  font-size: 32px;
  font-weight: 600;
  color: #ab1c12;
}

/* PARAGRAPHS */
.canada_about_section .about_intro p {
  font-size: 19px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 0;
}

/* BULLET LIST FIXED */
.canada_about_section .about_intro ul {
  margin: 0;
  padding: 18px 0 0 0;
}

.canada_about_section .about_intro ul li {
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif;
  padding-left: 22px;
  line-height: 30px;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}

.canada_about_section .about_intro ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url(../../images/bullet.png) center center no-repeat;
}

/* -----------------------------------
   RIGHT FORM SECTION
----------------------------------- */
.canada_about_section .about_form {
  float: left;
  width: 40%;
}

.canada_about_section .about_form .form_bx {
  padding: 48px 44px;
  background: #c42728;
  border-radius: 10px;
}

/* FORM HEADING */
.canada_about_section .about_form .form_bx h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}

/* FORM SUBTEXT */
.canada_about_section .about_form .form_bx p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 25px;
}

/* INPUT FIELDS */
.free-quote-frm .php-email-form .form-group {
  margin-bottom: 15px;
}

.free-quote-frm .php-email-form .form-control {
  background-position: 12px 1px;
  padding-left: 40px;
  background-repeat: no-repeat;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.free-quote-frm .php-email-form input, .free-quote-frm .php-email-form textarea, .free-quote-frm .php-email-form select {
    padding: 10px 14px;
    box-shadow: none;
    font-size: 14px;
    color: #8f8f8f;
    width: 100%;
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 5px;
}
/* ICONS */
.user-ico { background-image: url(../../images/user.png); }
.phn-ico { background-image: url(../../images/phon.png); }
.eml-ico { background-image: url(../../images/eml.png); }
.occu-ico { background-image: url(../../images/occu.png); }
.dtb-ico { background-image: url(../../images/dtb.png); }

/* SUBMIT BUTTON */
.free-quote-frm button[type=submit] {
  width: 100%;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 8px;
  background: #f9c834;
  color: #0e1133;
  border: 0;
  transition: 0.4s;
  text-transform: uppercase;
}

.free-quote-frm button[type=submit]:hover {
  background: #000;
  color: #fff;
}

/* -----------------------------------
   RESPONSIVE FIXES
----------------------------------- */
@media (max-width: 991px) {
  .canada_about_section .about_intro,
  .canada_about_section .about_form {
    float: none;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .canada_about_section {
    padding: 50px 0;
  }

  .canada_about_section .about_form .form_bx {
    padding: 30px 20px;
    margin-top: 20px;
  }

  .canada_about_section .about_intro h1,
  .canada_about_section .about_intro .t_h2 {
    font-size: 28px;
    padding-left: 15px;
  }

  .canada_about_section .about_intro h1 span,
  .canada_about_section .about_intro .t_h2 span {
    font-size: 26px;
  }
}




/* -----------------------------------
   IMMIGRATION PATHWAYS SECTION
----------------------------------- */

.imagr_pathways {
    width: 100%;
    padding: 100px 0;
    background: url(../../images/rbg-bg.jpg) center center no-repeat;
    background-size: cover;
}

.imagr_pathways .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LEFT TEXT ----------------------------------- */

.imagr_pathways .flex-box-left {
    width: 44%;
}

.imagr_pathways .flex-box-left h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 15px;
}

.imagr_pathways .flex-box-left p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}

/* RIGHT SIDE ICON BOXES ----------------------------------- */

.imagr_pathways .flex-box-right {
    width: 56%;
}

.imagr_pathways .outer_bx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* INDIVIDUAL ICON BOX */

.imagr_pathways .icon-box {
    width: 47%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.imagr_pathways .icon-box:hover {
    transform: translateY(-5px);
}

.imagr_pathways .icon-box a {
    display: flex;
    width: 100%;
    align-items: center;
    color: #212529;
}

.imagr_pathways .icon-box i {
    margin-right: 15px;
}

.imagr_pathways .icon-box img {
    width: 60px;
    height: auto;
}

.imagr_pathways .icon-box .hd {
    padding: 5px 0;
}

.imagr_pathways .icon-box .t_h4 {
    font-size: 19px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 22px;
}

/* -----------------------------------
   TABLET RESPONSIVE
----------------------------------- */
@media (max-width: 991px) {

    .imagr_pathways .flex-container {
        flex-direction: column;
    }

    .imagr_pathways .flex-box-left,
    .imagr_pathways .flex-box-right {
        width: 100%;
    }

    .imagr_pathways .flex-box-left {
        margin-bottom: 30px;
    }

    .imagr_pathways .icon-box {
        width: 48%;
    }
}

/* -----------------------------------
   MOBILE RESPONSIVE
----------------------------------- */
@media (max-width: 575px) {

    .imagr_pathways {
        padding: 40px 0;
    }

    .imagr_pathways .icon-box {
        width: 100%;
        margin-bottom: 15px;
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .imagr_pathways .icon-box img {
        margin-bottom: 10px;
    }

    .imagr_pathways .icon-box i {
        margin-right: 0;
    }
}


/* ------------------------------------
   IMMIGRATION OPTION (Clean Final CSS)
-------------------------------------*/

.immgr_option {
    padding: 70px 0;
    background: #fff;
}

.immgr_option-icons {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Left Image */
.immgr_option_left {
    width: 38%;
}

.immgr_option_left img {
    width: 100%;
    display: block;
}

/* Right Content */
.immgr_option_right {
    width: 62%;
}

.immgr_option_right p {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
}

/* Heading */
.immgr_option_right .t_h2 {
    font-size: 35px;
    font-weight: 300;
    padding-left: 18px;
    position: relative;
    margin-bottom: 15px;
}

.immgr_option_right .t_h2:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #ab1c12;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.immgr_option_right .t_h2 span {
    font-size: 32px;
    font-weight: 600;
    color: #ab1c12;
    display: block;
}

/* 4 Icons Wrapper */
.immgr_option .outer_bx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* Icon Box Card */
.immgr_option .icon-box {
    width: 48%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}
.immgr_option .immgr_option-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Left text in card */
.immgr_option .icon-box > div {
    width: 75%;
}

/* Card hover */
.immgr_option .icon-box:hover {
    background: #2c2a3f;
    border-color: #2c2a3f;
}

.immgr_option .icon-box:hover h3,
.immgr_option .icon-box:hover p {
    color: #fff;
}

/* Title inside card */
.immgr_option .icon-box .t_h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.immgr_option .icon-box p {
    font-size: 16px;
    color: #333;
}

/* Right icon */
.immgr_option .icon-box i img {
    max-width: 70px;
    display: block;
}

/* ------------------------------------
            MOBILE VIEW
-------------------------------------*/

@media (max-width: 991px) {
    .immgr_option-icons {
        flex-direction: column;
    }

    .immgr_option_left,
    .immgr_option_right {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .immgr_option .icon-box {
        width: 100%;
        flex-direction: column-reverse;
        text-align: center;
        padding: 18px;
    }

    .immgr_option .icon-box > div {
        width: 100%;
    }

    .immgr_option .icon-box i img {
        margin-bottom: 12px;
    }

    .immgr_option_right .t_h2 {
        font-size: 28px;
    }

    .immgr_option_right .t_h2 span {
        font-size: 26px;
    }
}


/* OUR SERVICES – Clean Modern Version */

.our_service {
    padding: 70px 0;
   background: url(../../images/canada_immigration/images/services_bg.jpg) center center / cover no-repeat fixed;
}

.our_service .service-head .t_h1 {
    font-size: 35px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    padding-left: 18px;
    margin-bottom: 30px;
    position: relative;
}

.our_service .service-head .t_h1:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #ab1c12;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.our_service .service-head .t_h1 span {
    font-size: 32px;
    color: #ab1c12;
    font-weight: 600;
}

/* Grid layout */
.our_service .service_innner_bx {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Card */
.our_service .icon-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    width: calc(33.333% - 20px);
    align-items: center;
    transition: 0.3s ease;
    border: 1px solid #ddd;
}

.our_service .icon-box:hover {
    background: #2c2a3f;
    transform: translateY(-3px);
}

.our_service .icon-box i img {
    width: 65px;
    margin-right: 20px;
}

/* Text */
.our_service .icon-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0e1133;
    margin-bottom: 6px;
}

.our_service .icon-box p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

/* Hover text color */
.our_service .icon-box:hover h3,
.our_service .icon-box:hover p {
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .our_service .icon-box {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .our_service .icon-box {
        width: 100%;
    }

    .our_service .service-head .t_h1 {
        text-align: center;
        padding-left: 0;
    }

    .our_service .service-head .t_h1:before {
        display: none;
    }
}

/* MEDIA MENTIONS SECTION */

.photogallery {
    padding: 60px 0;
    background: #fcfcfc;
}

.photogallery .t_h2 {
    font-size: 35px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    padding-left: 18px;
    margin-bottom: 30px;
    position: relative;
}

.photogallery .t_h2:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #ab1c12;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.photogallery .t_h2 span {
    font-size: 32px;
    color: #ab1c12;
    font-weight: 600;
    padding-left: 10px;
}

/* Carousel container */
.photogallery .main {
    max-width: 1100px;
    margin: 0 auto;
}

/* Shadow effect container */
.photogallery .shadow-effect {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
}

.photogallery .shadow-effect img {
    max-width: 220px;
    height: auto;
    transition: 0.3s ease;
}

.photogallery .shadow-effect img:hover {
    transform: scale(1.05);
}

/* Owl nav buttons */
#customers-photogallery .owl-prev,
#customers-photogallery .owl-next {
    position: absolute;
    top: 40%;
    background: #fff !important;
    border: 1px solid #333 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 40px !important;
    font-size: 22px !important;
    color: #333 !important;
    transition: 0.3s;
}

#customers-photogallery .owl-prev:hover,
#customers-photogallery .owl-next:hover {
    background: #ab1c12 !important;
    color: #fff !important;
    border-color: #ab1c12 !important;
}

#customers-photogallery .owl-prev {
    left: -55px;
}

#customers-photogallery .owl-next {
    right: -55px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    
    .banner-inner-slider .sec-head {
        top: 0;
        background-color: #312f45;
        height: 175px;
        display: none;
    }

    .photogallery {
        padding: 40px 0;
    }

    #customers-photogallery .owl-prev {
        left: -25px;
    }

    #customers-photogallery .owl-next {
        right: -25px;
    }

    .photogallery .shadow-effect {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .photogallery .shadow-effect img {
        max-width: 180px;
        margin: 0 auto;
    }

    .photogallery .t_h2 {
        text-align: center;
        padding-left: 0;
    }

    .photogallery .t_h2:before {
        display: none;
    }
}


/* ------------------------------
       FAQ SECTION CLEAN STYLE
--------------------------------*/

.immg_faqs {
    padding: 60px 0;
    background: url(../../images/canada_immigration/images/faq_bg.jpg)
                center center/cover no-repeat fixed;
}

/* Heading */
.immg_faqs .t_h2 {
    font-size: 35px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    position: relative;
    padding-left: 18px;
    margin-bottom: 40px;
    display: inline-block;
}

.immg_faqs .t_h2:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #ab1c12;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.immg_faqs .t_h2 span {
    font-size: 32px;
    font-weight: 600;
    color: #ab1c12;
    padding-left: 10px;
}

/* Center heading wrapper */
.immg_faqs .faq_title {
    display: block;
    text-align: center;
    padding-left: 0;
}

.immg_faqs .faq_title:before {
    display: none;
}

/* FAQ BOXES */
.immg_faqs .q-box {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

/* Question */
.immg_faqs .q-box h3 {
    background: #ffffff;
    color: #333;
    font-size: 20px;
    padding: 15px 20px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    margin: 0;
    transition: 0.3s ease;
}

.immg_faqs .q-box h3:hover {
    background: #f5f5f5;
}

/* Answer content */
.immg_faqs .q-box .q-content {
    border: 1px solid #cbcbcb;
    border-top: 0;
    padding: 15px 20px;
    display: none;
    background: #fff;
}

.immg_faqs .q-box .q-content p,
.immg_faqs .q-box .q-content ul li {
    font-size: 17px;
    line-height: 28px;
    color: #333;
}

/* FAQ List */
.immg_faqs .q-box ul {
    padding-left: 20px;
    margin: 10px 0 0;
}

/* BUTTON */
.immg_faqs .details-btn a {
    background: #ab1c12;
    padding: 12px 26px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    transition: 0.3s;
    font-weight: 600;
}

.immg_faqs .details-btn a:hover {
    background: #000;
}

/* RESPONSIVE */
@media (max-width: 767px) {

    .immg_faqs {
        padding: 40px 0;
    }

    .immg_faqs .t_h2 span {
        font-size: 28px;
    }

    .immg_faqs .q-box h3 {
        font-size: 18px;
        padding: 12px 16px;
    }

    .immg_faqs .q-box .q-content {
        padding: 12px 16px;
    }
}
